summaryrefslogtreecommitdiff
path: root/LedgerSMB
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB')
-rw-r--r--LedgerSMB/AA.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/AA.pm b/LedgerSMB/AA.pm
index 8245fa33..3eb59fe0 100644
--- a/LedgerSMB/AA.pm
+++ b/LedgerSMB/AA.pm
@@ -953,7 +953,7 @@ sub transactions {
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} );