diff --git a/church/church_missions/doctype/church_missionary/church_missionary.json b/church/church_missions/doctype/church_missionary/church_missionary.json index 341b4af..025bcea 100644 --- a/church/church_missions/doctype/church_missionary/church_missionary.json +++ b/church/church_missions/doctype/church_missionary/church_missionary.json @@ -74,12 +74,12 @@ "options": "Dynamic Link" }, { - "depends_on": "eval:!doc.photo", "fieldname": "photo", "fieldtype": "Attach Image", "label": "Photo" }, { + "description": "The name of the Missionary (Person / Family / Organization)", "fieldname": "title", "fieldtype": "Data", "in_filter": 1, @@ -98,7 +98,7 @@ }, { "fieldname": "notes", - "fieldtype": "Text Editor", + "fieldtype": "Small Text", "label": "Notes" }, { @@ -128,6 +128,15 @@ "in_preview": 1, "label": "Email", "options": "Email" + }, + { + "description": "(or primary contact)", + "fieldname": "person", + "fieldtype": "Link", + "label": "Person", + "options": "Church Person", + "reqd": 1 + }, } ], "grid_page_length": 50,