diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-02-17 10:48:18 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-02-17 10:48:18 +0700 |
| commit | 3503d77e6e5a2b5bb2d230bd5098cf03731d88c0 (patch) | |
| tree | 93a1f46485a5db52ff11bcc5217031de19ecd405 | |
| parent | 08d34e27298f6c2808f1f11986a8e2aaed4f432e (diff) | |
add customer sign in wati leads
| -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 158a16d7..0fe3b02d 100644 --- a/indoteknik_custom/models/wati.py +++ b/indoteknik_custom/models/wati.py @@ -72,6 +72,6 @@ class WatiNotification(models.Model): 'operator_name': operator_name, 'contact_name': contact_name, 'phone': phone, - 'description': text + 'description': "c:" +str(text) }]) wati.is_lead = True |
