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
|
$ 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue