Make it possible to delete orders from the cart

This commit is contained in:
2023-08-21 14:45:45 +02:00
parent 86828a67d0
commit dd7288d1c2
4 changed files with 25 additions and 4 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ suggestedGrossPrice netPrice percentage =
view { globals, state } = case state of
ItemSearch model ->
fieldset []
[ legend [] [ text "Vorlage für neuen Inventareintrag" ]
[ legend [] [ text "Vorlage für Auftrag wählen" ]
, Html.form [ onSubmit SubmitSearch ]
[ div [ class "form-input" ]
[ label [ for "search-term", title "Barcode oder Name" ] [ text "Suchbegriff" ]