more currency formating
This commit is contained in:
parent
4506d48b50
commit
64881460b5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ postBuyCashR bId = do
|
||||||
updateCashier price "Barzahlung"
|
updateCashier price "Barzahlung"
|
||||||
checkAlert bId
|
checkAlert bId
|
||||||
setMessage $ Content $ Text $ "Viel Vergnügen. Bitte Zahle "
|
setMessage $ Content $ Text $ "Viel Vergnügen. Bitte Zahle "
|
||||||
`T.append` (T.pack $ show ((fromIntegral price) / 100))
|
`T.append` (formatIntCurrency price)
|
||||||
`T.append` " "
|
`T.append` " "
|
||||||
`T.append` (appCurrency $ appSettings master)
|
`T.append` (appCurrency $ appSettings master)
|
||||||
`T.append` " in die Kasse ein"
|
`T.append` " in die Kasse ein"
|
||||||
|
|
Loading…
Reference in a new issue