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"
|
||||
checkAlert bId
|
||||
setMessage $ Content $ Text $ "Viel Vergnügen. Bitte Zahle "
|
||||
`T.append` (T.pack $ show ((fromIntegral price) / 100))
|
||||
`T.append` (formatIntCurrency price)
|
||||
`T.append` " "
|
||||
`T.append` (appCurrency $ appSettings master)
|
||||
`T.append` " in die Kasse ein"
|
||||
|
|
Loading…
Reference in a new issue