From 847e607134d24b27ad10fdf0ea4d6856c9d17631 Mon Sep 17 00:00:00 2001 From: "CA. B.C.Chechani" Date: Mon, 22 Jul 2024 15:45:51 +0530 Subject: [PATCH] Optimise the WhatsApp Notification --- .../whatsapp_message_fields.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/frappe_whatsapp/frappe_whatsapp/doctype/whatsapp_message_fields/whatsapp_message_fields.json b/frappe_whatsapp/frappe_whatsapp/doctype/whatsapp_message_fields/whatsapp_message_fields.json index 5938ff2..9905cc5 100644 --- a/frappe_whatsapp/frappe_whatsapp/doctype/whatsapp_message_fields/whatsapp_message_fields.json +++ b/frappe_whatsapp/frappe_whatsapp/doctype/whatsapp_message_fields/whatsapp_message_fields.json @@ -6,8 +6,6 @@ "editable_grid": 1, "engine": "InnoDB", "field_order": [ - "html_wamessage_field", - "section_break_khl", "template_variable", "field_name", "ref_doctype" @@ -32,15 +30,6 @@ "label": "Ref Doctype", "options": "DocType" }, - { - "fieldname": "html_wamessage_field", - "fieldtype": "HTML", - "options": "
\n \n
\n
Define your Response Data Once
\n
This section allows you to define your response data in a structured manner. Please fill in the required fields and ensure the accuracy of the information.
\n
\n
\n" - }, - { - "fieldname": "section_break_khl", - "fieldtype": "Section Break" - } ], "index_web_pages_for_search": 1, "istable": 1,