summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/sale_order.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-02-22 14:48:01 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-02-22 14:48:01 +0700
commit6850fd6f86a0fbba3156e59f9ac5836052f019ce (patch)
tree2263d3ae64518ed8ae4cb2b2f802772cde1db458 /indoteknik_custom/models/sale_order.py
parentff33c441cd031b47bcc381f1163633cf6e8586d0 (diff)
master data commision % and reserved from by forcasted
Diffstat (limited to 'indoteknik_custom/models/sale_order.py')
-rwxr-xr-xindoteknik_custom/models/sale_order.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py
index 24c642d9..4176a464 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -451,6 +451,7 @@ class SaleOrder(models.Model):
order.approval_status = 'approved'
order._set_sppkp_npwp_contact()
order.calculate_line_no()
+ # order.order_line.get_reserved_from()
res = super(SaleOrder, self).action_confirm()
return res