diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-02-17 17:01:49 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-02-17 17:01:49 +0700 |
| commit | 1ac814df6fb11614d58df36662c7d8f72951f4c3 (patch) | |
| tree | 903fdb431c3c644920ad91d1716715cdc18c0229 | |
| parent | 3503d77e6e5a2b5bb2d230bd5098cf03731d88c0 (diff) | |
change else to system instead nabila in lead wati
| -rw-r--r-- | indoteknik_custom/models/wati.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
