summaryrefslogtreecommitdiff
path: root/LedgerSMB/CA.pm
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-14 04:35:51 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-14 04:35:51 +0000
commit9c6ef0ef4ecb6f57ddeff31c487ab23655a880ed (patch)
treeeb65c3c79096c8a08ce2431bb3fe0a6c694cb4a0 /LedgerSMB/CA.pm
parent0130ab3a802f052f035f74af5202db93170185d4 (diff)
Fix call to fetchrow_array
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@579 4979c152-3d1c-0410-bac9-87ea11338e46
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}) {