summaryrefslogtreecommitdiff
path: root/LedgerSMB/IR.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/IR.pm')
-rwxr-xr-xLedgerSMB/IR.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/IR.pm b/LedgerSMB/IR.pm
index e47093bc..01bb05ca 100755
--- a/LedgerSMB/IR.pm
+++ b/LedgerSMB/IR.pm
@@ -595,7 +595,7 @@ sub post_invoice {
WHERE accno = ?),
?, ?)|;
- $sth = $dbh->$dbh->prepare($query);
+ $sth = $dbh->prepare($query);
$sth->execute(
$form->{id}, $form->{AP}, $amount,
$form->{"datepaid_$i"}