Topic: Unable to void Work Order
While voiding work order the following error comes
The possible fix could be following.
@@ -161,7 +161,7 @@ function void_work_order_produce($type_no)
return;
// deduct the quantity of this production from the parent work order
- work_order_update_finished_quantity($prod["workorder_id"], -$prod["quantity"], false);
+ work_order_update_finished_quantity($prod["workorder_id"], -$prod["quantity"], 0);