diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-12-30 11:47:39 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-12-30 11:47:39 +0700 |
| commit | 63a4c4aca3c3c1594ab72679b3cb44c873f5da5e (patch) | |
| tree | 9c8951d627b74a5cbb847d72107a3d0cef2c095b /indoteknik_custom/models | |
| parent | 90ec56c6fc35b554ce8780b696d3321817bad93c (diff) | |
ppn 12%
Diffstat (limited to 'indoteknik_custom/models')
| -rw-r--r-- | indoteknik_custom/models/promotion/sale_order.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/promotion/sale_order.py b/indoteknik_custom/models/promotion/sale_order.py index be820c6f..f1cd777f 100644 --- a/indoteknik_custom/models/promotion/sale_order.py +++ b/indoteknik_custom/models/promotion/sale_order.py @@ -36,7 +36,7 @@ class SaleOrder(models.Model): else: all_products = self._merge_promotion_products(promotion) - promotion_price = promotion['price']['price_discount'] * line.quantity * 1.11 + promotion_price = promotion['price']['price_discount'] * line.quantity * 1.12 promotion_amt_total = sum(product['price']['price'] * product['qty'] for product in all_products) promotion_used_price = 0 |
