diff options
| -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 |
