summaryrefslogtreecommitdiff
path: root/LedgerSMB/CA.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/CA.pm')
-rwxr-xr-xLedgerSMB/CA.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/CA.pm b/LedgerSMB/CA.pm
index b92ac49d..264fcfe6 100755
--- a/LedgerSMB/CA.pm
+++ b/LedgerSMB/CA.pm
@@ -211,7 +211,7 @@ sub all_transactions {
$sth->execute($accno);
($form->{description}, $form->{category}, $form->{link},
$form->{contra})
- = $sth->fetchrow_array($query);
+ = $sth->fetchrow_array;
if ($form->{fromdate}) {