From: Joe Hunt Date: Mon, 15 Feb 2016 11:14:18 +0000 (+0100) Subject: Missing semicolon. Forgot the other file. X-Git-Tag: v2.4.2~19^2~59 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=701eb5e076cc2e182220d5e0ca11ba076eba24c7;p=fa-stable.git Missing semicolon. Forgot the other file. --- diff --git a/sql/alter2.4.sql b/sql/alter2.4.sql index 5d4f649c..936745ba 100644 --- a/sql/alter2.4.sql +++ b/sql/alter2.4.sql @@ -297,7 +297,7 @@ UPDATE `0_sys_prefs` SET `name`='default_wip_act' WHERE `name`='default_assembly UPDATE `0_wo_issue_items` i, `0_stock_moves` m SET i.unit_cost=m.standard_cost - WHERE i.unit_cost=0 AND i.stock_id=m.stock_id AND m.trans_no=i.issue_id AND m.`type`=28 AND m.qty=-i.qty_issued + WHERE i.unit_cost=0 AND i.stock_id=m.stock_id AND m.trans_no=i.issue_id AND m.`type`=28 AND m.qty=-i.qty_issued; UPDATE `0_wo_requirements` r, `0_stock_moves` m SET r.unit_cost=m.standard_cost