diff options
-rwxr-xr-x | LedgerSMB/IC.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/IC.pm b/LedgerSMB/IC.pm index 3113faf2..d4eb2a6e 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); } } |