summaryrefslogtreecommitdiff
path: root/LedgerSMB/IC.pm
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-18 17:41:33 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-18 17:41:33 +0000
commit1321b7d816f202790b621a7c0d782c1a99a17bcb (patch)
tree65127fd4fda598b4dd94c15a56c000099c402455 /LedgerSMB/IC.pm
parentfdef348c5ee2298e3258234e21fa5d06f776a03a (diff)
Finish the empty date fix
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@660 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/IC.pm')
-rwxr-xr-xLedgerSMB/IC.pm2
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);
}
}