From 1ac814df6fb11614d58df36662c7d8f72951f4c3 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 17 Feb 2023 17:01:49 +0700 Subject: change else to system instead nabila in lead wati --- indoteknik_custom/models/wati.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indoteknik_custom/models/wati.py b/indoteknik_custom/models/wati.py index 0fe3b02d..e2e723ef 100644 --- a/indoteknik_custom/models/wati.py +++ b/indoteknik_custom/models/wati.py @@ -47,7 +47,7 @@ class WatiNotification(models.Model): elif 'Saya *Dwi*' in str(text): sales = 24 else: - sales = 20 #Nabila + sales = 25 #System current_lead.description = str(current_lead.description)+ "| i:" + str(text) current_lead.operator_email = operator_email current_lead.operator_name = operator_name -- cgit v1.2.3