summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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