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
case res of
FormSuccess amount ->
if amount < 0
if amount <= 0
then do
setMessageI MsgNegativeRecharge
redirect $ RechargeR uId

View File

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