Merge pull request #113 from yater/patch-1
it is not usual to restock 1 item (bottle or whatever)
This commit is contained in:
commit
9bb10c88c9
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ data UpstockAmount = UpstockAmount
|
|||
|
||||
upstockForm :: AForm Handler UpstockAmount
|
||||
upstockForm = UpstockAmount
|
||||
<$> areq amountField (bfs MsgAmountAdded) (Just 1)
|
||||
<$> areq amountField (bfs MsgAmountAdded) (Just 0)
|
||||
<*> areq amountField (bfs MsgCrateAmountAdded) (Just 0)
|
||||
<* bootstrapSubmit (msgToBSSubmit MsgFillup)
|
||||
|
||||
|
|
Loading…
Reference in a new issue