[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [660] branches/1.2/LedgerSMB/IC.pm



Revision: 660
          http://svn.sourceforge.net/ledger-smb/?rev=660&view=rev
Author:   tetragon
Date:     2006-11-18 09:41:33 -0800 (Sat, 18 Nov 2006)

Log Message:
-----------
Finish the empty date fix

Modified Paths:
--------------
    branches/1.2/LedgerSMB/IC.pm

Modified: branches/1.2/LedgerSMB/IC.pm
===================================================================
--- branches/1.2/LedgerSMB/IC.pm	2006-11-18 17:40:38 UTC (rev 659)
+++ branches/1.2/LedgerSMB/IC.pm	2006-11-18 17:41:33 UTC (rev 660)
@@ -565,7 +565,7 @@
 				$form->{"pricebreak_$i"}, 
 				$form->{"customerprice_$i"}, 
 				$form->{"customercurr_$i"},
-				$form->{"validfrom_$i"}, $form->{"validto_$i"}
+				$validfrom, $validto
 				)|| $form->dberror($query);
 		}
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.