summaryrefslogtreecommitdiff
path: root/LedgerSMB/AA.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/AA.pm')
-rwxr-xr-xLedgerSMB/AA.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/AA.pm b/LedgerSMB/AA.pm
index 16181931..bf6c7224 100755
--- a/LedgerSMB/AA.pm
+++ b/LedgerSMB/AA.pm
@@ -295,7 +295,7 @@ sub post_transaction {
$dbh->prepare($query)->execute(@queryargs) || $form->dberror($query);
- @queries = $form->get_custom_queries($table, 'INSERT');
+ @queries = $form->run_custom_queries($table, 'INSERT');
# update exchangerate
my $buy = $form->{exchangerate};
my $sell = 0;