From d72109148571e9be52983235b6aa019817760176 Mon Sep 17 00:00:00 2001 From: PavanKumarPacharla Date: Mon, 12 May 2025 17:33:47 +0530 Subject: [PATCH] [feature] Communication: (#4) added whatsapp as new medium type --- frappe/core/doctype/communication/communication.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frappe/core/doctype/communication/communication.json b/frappe/core/doctype/communication/communication.json index 4680ae9b846a..295db4cd3ef3 100644 --- a/frappe/core/doctype/communication/communication.json +++ b/frappe/core/doctype/communication/communication.json @@ -79,7 +79,7 @@ "fieldname": "communication_medium", "fieldtype": "Select", "label": "Type", - "options": "\nEmail\nChat\nPhone\nSMS\nEvent\nMeeting\nVisit\nOther" + "options": "\nEmail\nChat\nPhone\nSMS\nEvent\nMeeting\nVisit\nWhatsApp\nOther" }, { "depends_on": "eval:doc.communication_medium===\"Email\"", @@ -402,7 +402,7 @@ "idx": 1, "links": [], "make_attachments_public": 1, - "modified": "2024-02-09 12:10:01.200845", + "modified": "2025-05-09 12:38:33.052302", "modified_by": "Administrator", "module": "Core", "name": "Communication", @@ -466,4 +466,4 @@ "title_field": "subject", "track_changes": 1, "track_seen": 1 -} +} \ No newline at end of file