summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-02-17 10:48:18 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-02-17 10:48:18 +0700
commit3503d77e6e5a2b5bb2d230bd5098cf03731d88c0 (patch)
tree93a1f46485a5db52ff11bcc5217031de19ecd405
parent08d34e27298f6c2808f1f11986a8e2aaed4f432e (diff)
add customer sign in wati leads
-rw-r--r--indoteknik_custom/models/wati.py2
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