J
|
joiresende author 5/10/2012 |
It can also be an example of application of low sales in stock |
![]() |
Sergey Kornilov admin 5/11/2012 |
It's a bit difficult to understand what exactly you trying to acheve. As far as I understand you trying to decrease the quantity in stock after order is placed. CustomQuery("Update Inventory set QuantityInStock = QuantityInStock - ". $values["Quantity"] . " where ProductID= " . $values["ProductID"]);
|
J
|
joiresende author 5/11/2012 |
Thank you for your response. Maybe too much and just tried to explain complicated. As my inventory control is done by serial it becomes unitary. |