summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-09-23 15:14:14 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-09-23 15:14:14 +0000
commit4a3d99c0c9fc089c854f0509795b67c2bf4a0530 (patch)
treecc45412d89af7999685cbf9def13df1a9e0d19e7
parent92c481c8e931fba217427e4523c805f5180a7552 (diff)
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
-rwxr-xr-xLedgerSMB/OE.pm2
1 files changed, 1 insertions, 1 deletions
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)|;