diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-11-15 10:32:45 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-11-15 10:32:45 +0700 |
| commit | 4730df5bf97724cd906c8118178407bfbf206bca (patch) | |
| tree | 7d5c418d1049204ecd21b2a5ac8e8cbae354a8ec /indoteknik_api | |
| parent | 132d4b80f3d5dad792468bd14961f6a9540122e2 (diff) | |
| parent | 49846bc78d282516092c6c63db63d4ea01d42949 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_api')
| -rw-r--r-- | indoteknik_api/models/product_product.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_api/models/product_product.py b/indoteknik_api/models/product_product.py index aa9e0ad7..1db58d8e 100644 --- a/indoteknik_api/models/product_product.py +++ b/indoteknik_api/models/product_product.py @@ -273,7 +273,8 @@ class ProductProduct(models.Model): base_price = 0 if base_pricelist: - base_price = base_pricelist.computed_price / 1.11 + base_price = base_pricelist.computed_price + # base_price = base_pricelist.computed_price / 1.11 discount = 0 price_flashsale = 0 |
