be a little more verbose
This commit is contained in:
parent
13fc158a16
commit
a34cd5eade
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ manualProductAmountRefill aups conn =
|
||||||
[
|
[
|
||||||
( C.constant pid
|
( C.constant pid
|
||||||
, C.constant now
|
, C.constant now
|
||||||
, C.constant (oldamount + amountSingles + perCrate * amountCrates)
|
, C.constant (oldamount + (amountSingles + (perCrate * amountCrates)))
|
||||||
, C.constant oldprice
|
, C.constant oldprice
|
||||||
, C.constant False
|
, C.constant False
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue