summaryrefslogtreecommitdiff
path: root/LedgerSMB/IS.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-02 20:52:15 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-02 20:52:15 +0000
commit3b8d511bbdc0072e77314e369b3317a56aaf65e6 (patch)
tree7bfa6016adb15a7ff55457fcdf84e988098fd575 /LedgerSMB/IS.pm
parentded9417e45a2954ae19485928a18eebea3a7c3f7 (diff)
Renamed "get_custom_queries" to "run_custom_queries" for semantic clarity.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@181 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/IS.pm')
-rwxr-xr-xLedgerSMB/IS.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/LedgerSMB/IS.pm b/LedgerSMB/IS.pm
index 1620bb11..a8a7f811 100755
--- a/LedgerSMB/IS.pm
+++ b/LedgerSMB/IS.pm
@@ -634,7 +634,7 @@ sub post_invoice {
($form->{id}) = $sth->fetchrow_array;
$sth->finish;
- @queries = $form->get_custom_queries('ar', 'INSERT');
+ @queries = $form->run_custom_queries('ar', 'INSERT');
}
@@ -1423,7 +1423,7 @@ sub retrieve_invoice {
my $rc = $dbh->commit;
$dbh->disconnect;
- @queries = $form->get_custom_queries('ar', 'SELECT');
+ @queries = $form->run_custom_queries('ar', 'SELECT');
$form->{dbh}->commit;
$rc;