diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-06 18:45:41 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-03-06 18:45:41 +0700 |
| commit | a4e8a9929579b36157a639a1f2ebe74677eae4e0 (patch) | |
| tree | 80068c1adfc987e1cc970e2ac7ab2878fc91213c /fixco_custom/models/detail_order.py | |
| parent | 469ffc15ee2b614b729ad95ca1af3e499906f814 (diff) | |
<Miqdad> done
Diffstat (limited to 'fixco_custom/models/detail_order.py')
| -rwxr-xr-x | fixco_custom/models/detail_order.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fixco_custom/models/detail_order.py b/fixco_custom/models/detail_order.py index a01e7a1..02864df 100755 --- a/fixco_custom/models/detail_order.py +++ b/fixco_custom/models/detail_order.py @@ -247,8 +247,8 @@ class DetailOrder(models.Model): } if partner == 281: data['marketplace_discount'] = total_discounts - data['marketplace_tax'] = total_tax - data['delivery_amount'] = total_shipping_fee + # data['marketplace_tax'] = total_tax + # data['delivery_amount'] = total_shipping_fee return data |
