summaryrefslogtreecommitdiff
path: root/LedgerSMB/IC.pm
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-18 17:40:38 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-18 17:40:38 +0000
commit1d63828b505d55a0bd4910ade9ec13e05a37c3ac (patch)
tree2b783cecd37edcaf8108814f28f28ac56b2ec76a /LedgerSMB/IC.pm
parent68fa2ce84e3f511c589ab5ce27589ef5f1c982b4 (diff)
Finish adding empty date fix
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@659 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 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);
}
}