summaryrefslogtreecommitdiff
path: root/LedgerSMB
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-xLedgerSMB/IR.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/IR.pm b/LedgerSMB/IR.pm
index 7dd38c3e..5cff5019 100755
--- a/LedgerSMB/IR.pm
+++ b/LedgerSMB/IR.pm
@@ -385,7 +385,7 @@ sub post_invoice {
$sth->execute(
$ref->{trans_id}, $ref->{expense_accno_id},
$linetotal * -1, $ref->{transdate},
- $:ref->{project_id}, $invoice_id
+ $ref->{project_id}, $invoice_id
) || $form->dberror($query);
}