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

SF.net SVN: ledger-smb:[2263] branches/1.2/LedgerSMB/AA.pm



Revision: 2263
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2263&view=rev
Author:   einhverfr
Date:     2008-08-14 16:15:14 +0000 (Thu, 14 Aug 2008)

Log Message:
-----------
Applying Jeffk's patch for POS reports and Pgsql 8.3, 2025931

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

Modified: branches/1.2/LedgerSMB/AA.pm
===================================================================
--- branches/1.2/LedgerSMB/AA.pm	2008-08-14 15:52:57 UTC (rev 2262)
+++ branches/1.2/LedgerSMB/AA.pm	2008-08-14 16:15:14 UTC (rev 2263)
@@ -840,7 +840,7 @@
 
     if ( $form->{till} ne "" ) {
         $where .= " AND a.invoice = '1'
-					AND a.till = $form->{till}";
+					AND a.till = '$form->{till}'";
 
         if ( $myconfig->{role} eq 'user' ) {
             my $login = $dbh->quote( $form->{login} );


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