From: Joe Hunt Date: Mon, 28 Mar 2011 07:25:55 +0000 (+0200) Subject: [0000691] Error updating BOM X-Git-Tag: 2.3-final~732 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=b55f02cae98917881b488c3ac02392d0419deed5;p=fa-stable.git [0000691] Error updating BOM --- diff --git a/includes/db/manufacturing_db.inc b/includes/db/manufacturing_db.inc index 9378f645..637ef4b9 100644 --- a/includes/db/manufacturing_db.inc +++ b/includes/db/manufacturing_db.inc @@ -205,7 +205,7 @@ function add_bom($selected_parent, $component, $workcentre_added, $loc_code, $qu } //-------------------------------------------------------------------------------------- -function update_bom($selected_parent, $selected_component, $work_centre_added, $loc_code, $quantity) +function update_bom($selected_parent, $selected_component, $workcentre_added, $loc_code, $quantity) { $sql = "UPDATE ".TB_PREF."bom SET workcentre_added=".db_escape($workcentre_added) . ",loc_code=".db_escape($loc_code) . ",