summaryrefslogtreecommitdiff
path: root/LedgerSMB/IC.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-17 15:49:36 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-17 15:49:36 +0000
commit428586fcfca4becd89880e47efe292f31f58ce5a (patch)
tree0cd826577b64194952ac9778a8070e4d977a983b /LedgerSMB/IC.pm
parent0c7424b49f2857d9f615754bb6672bc312eb3ad1 (diff)
Fixed bugs regarding run_custom_queries and new logins.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@221 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/IC.pm')
-rwxr-xr-xLedgerSMB/IC.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/LedgerSMB/IC.pm b/LedgerSMB/IC.pm
index 0da7dd60..c5ff74f6 100755
--- a/LedgerSMB/IC.pm
+++ b/LedgerSMB/IC.pm
@@ -199,7 +199,7 @@ sub get_part {
$sth->finish;
}
- $form->get_custom_queries('parts', 'SELECT');
+ $form->run_custom_queries('parts', 'SELECT');
}
@@ -493,7 +493,7 @@ sub save {
my $rc = $dbh->commit;
$dbh->disconnect;
- $form->get_custom_queries('parts', 'UPDATE');
+ $form->run_custom_queries('parts', 'UPDATE');
$rc;
}