! -> Note
$ -> Affected files
+26-Feb-2010 Joe Hunt
+# [0000208] Voiding a work order production does not revert raw material quantities
+$ /manufacturing/includes/db/work_order_produce_items_db.inc
+
25-Feb-2010 Janusz Dobrowolski
# Fixed bug in quantity input
$ /manufacturing/work_order_add_finished.php
msgstr ""
"Project-Id-Version: FrontAccounting\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-16 15:47+0100\n"
-"PO-Revision-Date: 2010-02-16 15:48+0100\n"
+"POT-Creation-Date: 2010-02-25 17:05+0100\n"
+"PO-Revision-Date: 2010-02-25 17:05+0100\n"
"Last-Translator: Translation Team <info@frontaccounting.net>\n"
"Language-Team: Translators\n"
"MIME-Version: 1.0\n"
// deduct the quantity of this production from the parent work order
work_order_update_finished_quantity($row["workorder_id"], -$row["quantity"]);
+ work_order_quick_costs($row['workorder_id'], $row['stock_id'], -$row['quantity'], sql2date($row['date_']), true);
+
// clear the production record
$sql = "UPDATE ".TB_PREF."wo_manufacture SET quantity=0 WHERE id=".db_escape($type_no);
db_query($sql, "Cannot void a wo production");