0000272: Manufacturing Bugs. Issue GL items moved to wo_work_order_issues.inc
[fa-stable.git] / manufacturing / includes / db / work_order_produce_items_db.inc
index b9fd16f0e9198ad61d94b74a281e21b4aebc84b8..8102c197963b6bdc97e26750cfc5ba09221d6097 100644 (file)
@@ -48,7 +48,7 @@ function work_order_produce($woid, $ref, $quantity, $date_, $memo_, $close_wo)
        // insert a +ve stock move for the item being manufactured
        // negative means "unproduce" or unassemble
        add_stock_move(ST_MANURECEIVE, $details["stock_id"], $id,
-               $details["loc_code"], $date_, $memo_, $quantity, 0);
+               $details["loc_code"], $date_, $ref, $quantity, 0);
        // update wo quantity and close wo if requested
        work_order_update_finished_quantity($woid, $quantity, $close_wo);