diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-30 20:00:19 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-30 20:00:19 +0000 |
commit | 49f36d0388f7eb8633736e145646907fe72bae86 (patch) | |
tree | 65fa5bca56ff807869f126d4a8a2cb2788d4c3aa | |
parent | 1f046f0539cb363290cba6bd52328d69986fc684 (diff) |
Correcting transaction date filter problems for AP outstanding report.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2065 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | LedgerSMB/AA.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/AA.pm b/LedgerSMB/AA.pm index da506947..3e112e11 100644 --- a/LedgerSMB/AA.pm +++ b/LedgerSMB/AA.pm @@ -809,7 +809,7 @@ sub transactions { $acc_trans_join WHERE c.link = '$form->{ARAP}' AND (|.$dbh->quote($form->{transdateto}) . qq| IS NULL OR - |.$dbh->quote($form->{transdateto}) . qq| <= acs.transdate) + |.$dbh->quote($form->{transdateto}) . qq| >= acs.transdate) GROUP BY a.id, a.invnumber, a.ordnumber, a.transdate, a.duedate, a.netamount, a.amount, a.terms, a.notes, a.shipvia, a.shippingpoint, vce.name, vc.meta_number, a.entity_id, a.till, ex.$buysell, d.description, |