projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f61f3bd
)
[0000691] Error updating BOM
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 28 Mar 2011 07:25:55 +0000
(09:25 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 28 Mar 2011 07:25:55 +0000
(09:25 +0200)
includes/db/manufacturing_db.inc
patch
|
blob
|
history
diff --git
a/includes/db/manufacturing_db.inc
b/includes/db/manufacturing_db.inc
index 9378f645219edbab59dc6aeb24b4778a60a853ce..637ef4b9e25a558b80bca1fa4f4000e15613013a 100644
(file)
--- 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) . ",