Fix Missionary link to Person

Fixes #114
This commit is contained in:
meichthys 2026-02-18 03:56:36 +00:00
parent f2e83fa5b6
commit a105e5cad3

View File

@ -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,