summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xLedgerSMB/IC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/IC.pm b/LedgerSMB/IC.pm
index cc150cc1..cae04679 100755
--- a/LedgerSMB/IC.pm
+++ b/LedgerSMB/IC.pm
@@ -565,7 +565,7 @@ sub save {
$form->{"pricebreak_$i"},
$form->{"customerprice_$i"},
$form->{"customercurr_$i"},
- $form->{"validfrom_$i"}, $form->{"validto_$i"}
+ $validfrom, $validto
)|| $form->dberror($query);
}
}