This commit is contained in:
Paul Brinkmeier 2022-12-13 18:46:10 +01:00
parent 26b087c041
commit fa2d060143

View File

@ -346,7 +346,7 @@ viewState global state = case state of
]
ViewingItem { item, snacks } ->
let
header = tableCells th <| List.map text [ "ID", "Artikel", "B arcode", "Bruttoverkaufspreis", "Aktionen" ]
header = tableCells th <| List.map text [ "ID", "Artikel", "Barcode", "Bruttoverkaufspreis", "Aktionen" ]
viewSnack snack = tableCells td
[ text <| String.fromInt snack.id
, text snack.name