From 280ef5060d4784f93af5c90206cd0ffcde4df500 Mon Sep 17 00:00:00 2001 From: meichthys Date: Wed, 18 Feb 2026 04:02:19 +0000 Subject: [PATCH] Fixes Missionary mission statement field Fixes #115 --- .../doctype/church_missionary/church_missionary.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/church/church_missions/doctype/church_missionary/church_missionary.json b/church/church_missions/doctype/church_missionary/church_missionary.json index 220ecd3..c112b87 100644 --- a/church/church_missions/doctype/church_missionary/church_missionary.json +++ b/church/church_missions/doctype/church_missionary/church_missionary.json @@ -99,7 +99,7 @@ }, { "fieldname": "notes", - "fieldtype": "Text Editor", + "fieldtype": "Small Text", "label": "Notes" }, { @@ -139,12 +139,9 @@ "reqd": 1 }, { - "collapsible": 1, - "collapsible_depends_on": "eval:doc.notes", - "fieldname": "section_break_appf", - "fieldtype": "Section Break", - "label": "Notes" - }, + "fieldname": "mission_statement", + "fieldtype": "Small Text", + "label": "Mission Statement" } ], "grid_page_length": 50,