Skip to content

Commit

Permalink
fix: empty options for update fields
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Dec 15, 2023
1 parent d479384 commit 02245d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions changemakers/frappe_changemakers/doctype/case/case.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"fieldname": "shelter_update",
"fieldtype": "Select",
"label": "Shelter Update",
"options": "Not Willing To Come\nAdmitted"
"options": "\nNot Willing To Come\nAdmitted"
},
{
"depends_on": "eval:doc.type==\"Shelter\" && doc.is_beneficiary_traced==true && doc.shelter_update==\"Admitted\"",
Expand All @@ -259,25 +259,25 @@
"fieldname": "medical_update",
"fieldtype": "Select",
"label": "Medical Update",
"options": "Hospitalised\nTreatment Done\nReferred To Other Organisation"
"options": "\nHospitalised\nTreatment Done\nReferred To Other Organisation"
},
{
"fieldname": "food_update",
"fieldtype": "Select",
"label": "Food Update",
"options": "Resolved and reported\nFood escalation"
"options": "\nResolved and reported\nFood escalation"
},
{
"fieldname": "entitlement",
"fieldtype": "Select",
"label": "Entitlement Update",
"options": "In Process\nResolved"
"options": "\nIn Process\nResolved"
},
{
"fieldname": "legal_update",
"fieldtype": "Select",
"label": "Legal Update",
"options": "Complaint registered\nReferred to agency"
"options": "\nComplaint registered\nReferred to agency"
},
{
"fieldname": "other_update",
Expand Down

0 comments on commit 02245d9

Please sign in to comment.