summaryrefslogtreecommitdiff
path: root/indoteknik_custom
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-10-16 10:46:15 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-10-16 10:46:15 +0700
commit7abcc2bd055eecea8caacae8187b7dacff671c46 (patch)
tree5f672837ea0657407e906068700c001340b17f61 /indoteknik_custom
parentefaeb9e53727f6ccfa0c42bbf8a7c7cc0f25da4b (diff)
push
Diffstat (limited to 'indoteknik_custom')
-rwxr-xr-xindoteknik_custom/models/purchase_order.py2
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: