diff options
| author | AndriFP <andrifebriyadiputra@gmail.com> | 2025-04-23 15:46:28 +0700 |
|---|---|---|
| committer | AndriFP <andrifebriyadiputra@gmail.com> | 2025-04-23 15:46:28 +0700 |
| commit | 5f78d57ced0957b5f05e590de67a4b966b22e85b (patch) | |
| tree | dc41b699904f717179bc5b180d6f49399ec82406 | |
| parent | 4a2e76e3d98520af9066e8c118252b1fba82a0f3 (diff) | |
(miqdad) fix conflict Xpdc
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py index 6b603146..13646847 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -1482,7 +1482,6 @@ class SaleOrder(models.Model): def _compute_total_margin(self): for order in self: total_margin = sum(line.item_margin for line in order.order_line if line.product_id) - #hitung nek onk if order.ongkir_ke_xpdc: total_margin -= order.ongkir_ke_xpdc |
