diff options
-rwxr-xr-x | LedgerSMB/IR.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LedgerSMB/IR.pm b/LedgerSMB/IR.pm index d04f0448..a1e0a8d9 100755 --- a/LedgerSMB/IR.pm +++ b/LedgerSMB/IR.pm @@ -269,8 +269,7 @@ sub post_invoice { WHERE description = '$uid'|; ($invoice_id) = $dbh->selectrow_array($query); - $form->debug; - + $query = qq| UPDATE invoice SET trans_id = ?, |