Skip to content

Commit

Permalink
Merge branch 'develop' into daily-visit
Browse files Browse the repository at this point in the history
  • Loading branch information
harshtandiya authored Jul 12, 2023
2 parents 79ba4cc + 71527b2 commit 352e994
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions changemakers/frappe_changemakers/doctype/case/case.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
"amended_from",
"location_section",
"is_beneficiary_in_shelter_home",
"section_break_ajqf",
"state",
"zone",
"column_break_eyby",
"shelter_home",
"district",
"ward",
"habitation",
"column_break_ouiz",
"ward",
"shelter_home",
"beneficiary_details_section",
"is_beneficiary_traced",
"beneficiary",
Expand Down Expand Up @@ -76,6 +78,7 @@
"label": "Is the beneficiary in shelter home?"
},
{
"depends_on": "eval:doc.is_beneficiary_in_shelter_home === 1",
"fieldname": "shelter_home",
"fieldtype": "Link",
"label": "Shelter Home",
Expand Down Expand Up @@ -299,11 +302,19 @@
{
"fieldname": "column_break_qfjk",
"fieldtype": "Column Break"
},
{
"fieldname": "column_break_ouiz",
"fieldtype": "Column Break"
},
{
"fieldname": "section_break_ajqf",
"fieldtype": "Section Break"
}
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-06-18 01:21:05.098039",
"modified": "2023-07-08 01:09:06.876317",
"modified_by": "Administrator",
"module": "Frappe Changemakers",
"name": "Case",
Expand Down

0 comments on commit 352e994

Please sign in to comment.