summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/sale_order.py
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2025-03-10 10:19:18 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2025-03-10 10:19:18 +0700
commit447edfb87520d5d1475eeba43f1cd3425222cd4d (patch)
treeef8d258ea2fa2681cc9df81129edb099173b9d2d /indoteknik_custom/models/sale_order.py
parent17b677b9090dfd2ba64a723e1789d4cbf5b90bfd (diff)
udate final_seq
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 e8bba662..498f2467 100755
--- a/indoteknik_custom/models/sale_order.py
+++ b/indoteknik_custom/models/sale_order.py
@@ -512,6 +512,7 @@ class SaleOrder(models.Model):
if vendor_sla:
if vendor_sla.unit == 'hari':
vendor_duration = vendor_sla.duration * 24 * 60
+ include_instant = False
else :
vendor_duration = vendor_sla.duration * 60
include_instant = True