Skip to content

Commit

Permalink
MRP.php fix reorder qty insert calculation
Browse files Browse the repository at this point in the history
BrianTMG fix reorder insert calculation.
  • Loading branch information
TurboPT committed Jun 18, 2018
1 parent c4a8c2a commit ab6308d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MRP.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
whererequired)
SELECT locstock.stockid,
'" . date('Y-m-d') . "',
(locstock.reorderlevel - locstock.quantity) AS reordqty,
locstock.reorderlevel AS reordqty,
'REORD',
'1',
'1',
Expand Down

0 comments on commit ab6308d

Please sign in to comment.