diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-16 09:49:03 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-16 09:49:03 +0700 |
| commit | cb2d8e24bf7d45cf07e7c55e5476c5fd08df3a9f (patch) | |
| tree | 2a60a91afd5dda56310bf5ddd81b8dc4b4c6332a /indoteknik_api/models | |
| parent | 25722cc3ab5ac5afef4d77947f8e2f27355e6837 (diff) | |
| parent | 4730df5bf97724cd906c8118178407bfbf206bca (diff) | |
Merge branch 'production' into cr/auth
Diffstat (limited to 'indoteknik_api/models')
| -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 |
