diff options
-rwxr-xr-x | LedgerSMB/OE.pm | 2 |
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)|; |