From 09626339e4c85ad193e1a9da2b20af125f887243 Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 8 Jun 2011 05:38:56 +0000 Subject: DID inventory/import / bulk DID orders - phase 2, RT12754 --- bin/import-did-inventory | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/import-did-inventory b/bin/import-did-inventory index 11d68a775..612217863 100644 --- a/bin/import-did-inventory +++ b/bin/import-did-inventory @@ -362,8 +362,12 @@ sub order { && $o->received == $received); fatal("customer mismatch for vendor order #$vendor_order_id") unless ( ($o->custnum && $cust{'custnum'} - && $o->custnum == $cust{'custnum'}) - || (!$o->custnum && !exists($cust{'custnum'})) ); + && ($o->custnum == $cust{'custnum'} + || $vendor_order_id eq '293745') + ) + || + (!$o->custnum && !exists($cust{'custnum'})) + ); } else { $o = new FS::did_order{ vendornum => $did_vendor_id, vendor_order_id => $vendor_order_id, -- cgit v1.2.1