Merged last changes from stable.
[fa-stable.git] / manufacturing / includes / db / work_orders_db.inc
index eb31056809b6c4f81d88bc4b8b9faacfbce5ed2c..24bf6e944724a28bb5e9fb8a23bc26c554c69d3e 100644 (file)
@@ -252,7 +252,7 @@ function void_work_order($woid)
                        // clear the production record
                        $sql = "UPDATE ".TB_PREF."wo_manufacture SET quantity=0 WHERE id=".$$row['id'];
                        db_query($sql, "Cannot void a wo production");
-                       
+
                        void_stock_move(ST_MANURECEIVE, $row['id']); // and void the stock moves; 
                }
                $result = get_additional_issues($woid); // check the issued quantities