[freeside-commits] freeside/bin import-did-inventory,1.14,1.15

Erik Levinson levinse at wavetail.420.am
Wed Jun 15 16:40:35 PDT 2011


Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail.420.am:/tmp/cvs-serv4393/bin

Modified Files:
	import-did-inventory 
Log Message:
DID inventory/import / bulk DID orders - phase 2, RT12754

Index: import-did-inventory
===================================================================
RCS file: /home/cvs/cvsroot/freeside/bin/import-did-inventory,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -d -r1.14 -r1.15
--- import-did-inventory	15 Jun 2011 23:19:17 -0000	1.14
+++ import-did-inventory	15 Jun 2011 23:40:33 -0000	1.15
@@ -98,6 +98,7 @@
 sub parsedt {
     my ($dt,$min,$max) = (shift,shift,shift);
     my $epoch = $parser->parse_datetime($dt);
+    warn "dt=$dt min=$min max=$max epoch=$epoch\n";
     return $epoch->epoch 
         if ($parser->success && $epoch->epoch >= $min && $epoch->epoch <= $max);
     fatal("invalid date $dt (min=$min, max=$max)");



More information about the freeside-commits mailing list