[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[2335] branches/1.2/LedgerSMB/OE.pm



Revision: 2335
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2335&view=rev
Author:   einhverfr
Date:     2008-09-23 15:14:14 +0000 (Tue, 23 Sep 2008)

Log Message:
-----------
Correcting order consolidation item notes bug

Modified Paths:
--------------
    branches/1.2/LedgerSMB/OE.pm

Modified: branches/1.2/LedgerSMB/OE.pm
===================================================================
--- branches/1.2/LedgerSMB/OE.pm	2008-09-22 23:06:22 UTC (rev 2334)
+++ branches/1.2/LedgerSMB/OE.pm	2008-09-23 15:14:14 UTC (rev 2335)
@@ -2609,7 +2609,7 @@
 					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)|;
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.