summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorlevinse <levinse>2011-06-15 23:19:17 +0000
committerlevinse <levinse>2011-06-15 23:19:17 +0000
commit6e37dc34de7b818e8ae57a8fb0a1b44d9f906505 (patch)
treeba2600894e9e3f54608a3f8272f4e04705d33587 /bin
parent17cccd36c342f7db174bce29fc68d7b4a7bdfd85 (diff)
DID inventory/import / bulk DID orders - phase 2, RT12754
Diffstat (limited to 'bin')
-rw-r--r--bin/import-did-inventory2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/import-did-inventory b/bin/import-did-inventory
index b05c33fb9..a0ffb81ea 100644
--- a/bin/import-did-inventory
+++ b/bin/import-did-inventory
@@ -361,7 +361,7 @@ sub order {
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'}