Skip to content

Commit

Permalink
Merge pull request #116 from harshtandiya/issue-112-115
Browse files Browse the repository at this point in the history
fix: fixes #112
  • Loading branch information
harshtandiya authored Aug 22, 2023
2 parents f938d9c + e0238e6 commit 66cb5c9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"fieldname": "marital_status",
"fieldtype": "Select",
"label": "Marital Status",
"options": "Unmarried\nMarried\nDivorced\nSeparated\nWidowed\nUnknown"
"options": "Unknown\nUnmarried\nMarried\nDivorced\nSeparated\nWidowed"
},
{
"fieldname": "image",
Expand Down Expand Up @@ -293,7 +293,7 @@
"fieldname": "employment_type",
"fieldtype": "Select",
"label": "Employment Type",
"options": "Labor\nHospitality\nRestaurants\nHousework\nBegging\nOther"
"options": "\nLabor\nHospitality\nRestaurants\nHousework\nBegging\nOther"
},
{
"depends_on": "eval:doc.is_employeed==1&&doc.employment_type==\"Other\"",
Expand Down Expand Up @@ -387,7 +387,7 @@
"link_fieldname": "beneficiary"
}
],
"modified": "2023-07-12 23:38:50.889079",
"modified": "2023-08-22 10:28:30.184399",
"modified_by": "Administrator",
"module": "Frappe Changemakers",
"name": "Beneficiary",
Expand Down

0 comments on commit 66cb5c9

Please sign in to comment.