diff options
author | levinse <levinse> | 2011-06-13 18:26:43 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-13 18:26:43 +0000 |
commit | 97fb1b9d416185eba1745b6e43f5541ffff78977 (patch) | |
tree | abcdae55596325704307ff644b993bc35ff551a7 /bin | |
parent | 0bd8eec166e6e83d167b9d26fc1d7fc42cf854a5 (diff) |
DID inventory/import / bulk DID orders - phase 2, RT12754
Diffstat (limited to 'bin')
-rw-r--r-- | bin/import-did-inventory | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/import-did-inventory b/bin/import-did-inventory index d2086a5f3..6a1a817f1 100644 --- a/bin/import-did-inventory +++ b/bin/import-did-inventory @@ -360,14 +360,14 @@ sub order { || $o->vendor_order_id == 293011) # yet another bad data hack && $o->confirmed == $confirmed && $o->received == $received); - fatal("customer mismatch for vendor order #$vendor_order_id") - unless ( ($o->custnum && $cust{'custnum'} - && ($o->custnum == $cust{'custnum'} - || $vendor_order_id eq '293745' || $vendor_order_id eq '300001') - ) - || - (!$o->custnum && !exists($cust{'custnum'})) - ); +# fatal("customer mismatch for vendor order #$vendor_order_id") +# unless ( ($o->custnum && $cust{'custnum'} +# && ($o->custnum == $cust{'custnum'} +# || $vendor_order_id eq '293745' || $vendor_order_id eq '300001') +# ) +# || +# (!$o->custnum && !exists($cust{'custnum'})) +# ); } else { $o = new FS::did_order{ vendornum => $did_vendor_id, vendor_order_id => $vendor_order_id, |