summaryrefslogtreecommitdiff
path: root/LedgerSMB
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB')
-rw-r--r--LedgerSMB/IS.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/LedgerSMB/IS.pm b/LedgerSMB/IS.pm
index 82c566d5..0877b215 100644
--- a/LedgerSMB/IS.pm
+++ b/LedgerSMB/IS.pm
@@ -1184,7 +1184,6 @@ sub post_invoice {
deliverydate = ?,
project_id = ?,
serialnumber = ?,
- reverse = ?,
notes = ?
WHERE id = ?|;
@@ -1196,7 +1195,7 @@ sub post_invoice {
$form->{"discount_$i"}, $allocated,
$form->{"unit_$i"}, $form->{"deliverydate_$i"},
$project_id, $form->{"serialnumber_$i"},
- $form->{reverse}, $form->{"notes_$i"},
+ $form->{"notes_$i"},
$invoice_id
) || $form->dberror($query);
if (defined $form->{approved}) {