From 3503d77e6e5a2b5bb2d230bd5098cf03731d88c0 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 17 Feb 2023 10:48:18 +0700 Subject: add customer sign in wati leads --- 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 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 -- cgit v1.2.3