diff options
-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, |