From 4a3d99c0c9fc089c854f0509795b67c2bf4a0530 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Tue, 23 Sep 2008 15:14:14 +0000 Subject: Correcting order consolidation item notes bug git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@2335 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/OE.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LedgerSMB/OE.pm b/LedgerSMB/OE.pm index a4964148..76b1877b 100755 --- a/LedgerSMB/OE.pm +++ b/LedgerSMB/OE.pm @@ -2609,7 +2609,7 @@ sub consolidate_orders { project_id, ship, serialnumber, notes) SELECT ?, parts_id, description, qty, sellprice, discount, unit, reqdate, - project_id, 0, serialnumber, qty + project_id, 0, serialnumber, notes FROM orderitems WHERE trans_id IN ($orderid_str)|; -- cgit v1.2.3