summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-07-05 09:48:55 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-07-05 09:48:55 +0700
commitc4412d9bf32894b32e88c1f49f1d64a16dd3148b (patch)
tree047bb29e2ddf0d2dd701ed838866094d3252b2f3
parent2c5c557540cd5e2f95e7b2e201c4b2ee2eccf737 (diff)
refactor condition leadtime
-rw-r--r--indoteknik_custom/models/product_sla.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/indoteknik_custom/models/product_sla.py b/indoteknik_custom/models/product_sla.py
index 622fdc89..565c3de0 100644
--- a/indoteknik_custom/models/product_sla.py
+++ b/indoteknik_custom/models/product_sla.py
@@ -91,6 +91,4 @@ class ProductSla(models.Model):
self.sla = '4-12 Hari'
elif rounded_leadtime >= 11:
self.sla = 'Indent'
- else:
- self.sla = 'tidak masuk kondisi manapun'
self.product_variant_id.sla_version += 1