[freeside-commits] freeside/bin import-did-inventory,1.13,1.14
Erik Levinson
levinse at wavetail.420.am
Wed Jun 15 16:19:19 PDT 2011
Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail.420.am:/tmp/cvs-serv1829/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.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- import-did-inventory 15 Jun 2011 23:17:52 -0000 1.13
+++ import-did-inventory 15 Jun 2011 23:19:17 -0000 1.14
@@ -361,7 +361,7 @@
unless ( ( abs($o->submitted-$submitted) < 5
|| $o->vendor_order_id == 293011) # yet another bad data hack
&& abs($o->confirmed-$confirmed) < 5
- && abs($o->received == $received) < 5
+ && abs($o->received-$received) < 5
);
# fatal("customer mismatch for vendor order #$vendor_order_id")
# unless ( ($o->custnum && $cust{'custnum'}
More information about the freeside-commits
mailing list