feat: add message field

This commit is contained in:
Shivam Mishra
2020-07-31 14:31:24 +05:30
parent 1678eb9b50
commit c8d9e7f77b

View File

@@ -18,7 +18,9 @@
"send_email", "send_email",
"send_invoice", "send_invoice",
"membership_print_format", "membership_print_format",
"inv_print_format" "inv_print_format",
"section_break_15",
"message"
], ],
"fields": [ "fields": [
{ {
@@ -111,12 +113,24 @@
"label": "Membership Print Format", "label": "Membership Print Format",
"mandatory_depends_on": "eval:doc.send_email", "mandatory_depends_on": "eval:doc.send_email",
"options": "Print Format" "options": "Print Format"
},
{
"depends_on": "eval:doc.send_email",
"fieldname": "section_break_15",
"fieldtype": "Section Break",
"hide_border": 1
},
{
"depends_on": "eval:doc.send_email",
"fieldname": "message",
"fieldtype": "Text Editor",
"label": "Message"
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2020-07-31 13:45:28.868235", "modified": "2020-07-31 14:30:15.701767",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Non Profit", "module": "Non Profit",
"name": "Membership Settings", "name": "Membership Settings",