diff options
Diffstat (limited to 'fixco_custom/models/detail_order.py')
| -rwxr-xr-x | fixco_custom/models/detail_order.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/detail_order.py b/fixco_custom/models/detail_order.py index af6b1ee..6cf291c 100755 --- a/fixco_custom/models/detail_order.py +++ b/fixco_custom/models/detail_order.py @@ -239,7 +239,7 @@ class DetailOrder(models.Model): product_quantities = {} for item in items: - key = item.get('masterSku') + key = item.get('sku') qty = item.get('quantity', 0) price = item.get('actualPrice', 0) |
