diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-10-16 10:46:15 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-10-16 10:46:15 +0700 |
| commit | 7abcc2bd055eecea8caacae8187b7dacff671c46 (patch) | |
| tree | 5f672837ea0657407e906068700c001340b17f61 /indoteknik_custom/models | |
| parent | efaeb9e53727f6ccfa0c42bbf8a7c7cc0f25da4b (diff) | |
push
Diffstat (limited to 'indoteknik_custom/models')
| -rwxr-xr-x | indoteknik_custom/models/purchase_order.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py index b34ec926..672db7cf 100755 --- a/indoteknik_custom/models/purchase_order.py +++ b/indoteknik_custom/models/purchase_order.py @@ -1354,7 +1354,7 @@ class PurchaseOrder(models.Model): for rec in self: if rec.from_apo: rec.compute_total_margin_from_apo() - return + continue sum_so_margin = sum_sales_price = sum_margin = 0 for line in self.order_line: |
