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

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



Revision: 2060
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2060&view=rev
Author:   einhverfr
Date:     2008-01-22 14:19:04 -0800 (Tue, 22 Jan 2008)

Log Message:
-----------
Correcting bug 1876963:  DBD::Pg Error Searching for PO by description

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

Modified: branches/1.2/LedgerSMB/OE.pm
===================================================================
--- branches/1.2/LedgerSMB/OE.pm	2008-01-21 04:25:05 UTC (rev 2059)
+++ branches/1.2/LedgerSMB/OE.pm	2008-01-22 22:19:04 UTC (rev 2060)
@@ -201,7 +201,6 @@
         $query .= " AND o.id IN (SELECT DISTINCT trans_id
                              FROM orderitems
 			     WHERE lower(description) LIKE $var)";
-        push @queryargs, $var;
     }
 
     if ( $form->{transdatefrom} ) {


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