This commit is contained in:
nek0 2017-08-13 19:51:20 +02:00
parent fd734953e5
commit 851595911d
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ postRechargeR uId =
$ renderBootstrap3 BootstrapBasicForm rechargeForm $ renderBootstrap3 BootstrapBasicForm rechargeForm
case res of case res of
FormSuccess amount -> FormSuccess amount ->
if amount < 0 if amount <= 0
then do then do
setMessageI MsgNegativeRecharge setMessageI MsgNegativeRecharge
redirect $ RechargeR uId redirect $ RechargeR uId

View File

@ -1,5 +1,5 @@
name: yammat name: yammat
version: 0.0.6 version: 0.0.7
cabal-version: >= 1.8 cabal-version: >= 1.8
build-type: Simple build-type: Simple
license: AGPL-3 license: AGPL-3