fix #108
This commit is contained in:
parent
fd734953e5
commit
851595911d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: yammat
|
||||
version: 0.0.6
|
||||
version: 0.0.7
|
||||
cabal-version: >= 1.8
|
||||
build-type: Simple
|
||||
license: AGPL-3
|
||||
|
|
Loading…
Reference in a new issue