Skip to content

Commit

Permalink
fix: leave policy in leave allocation (frappe#25334)
Browse files Browse the repository at this point in the history
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
  • Loading branch information
pateljannat and ruchamahabal committed Apr 16, 2021
1 parent c0db286 commit b1aad63
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions erpnext/hr/doctype/leave_allocation/leave_allocation.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@
"fieldname": "leave_policy_assignment",
"fieldtype": "Link",
"label": "Leave Policy Assignment",
"options": "Leave Policy Assignment",
"read_only": 1
"options": "Leave Policy Assignment"
},
{
"fetch_from": "employee.company",
Expand All @@ -236,7 +235,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2021-01-04 18:46:13.184104",
"modified": "2021-04-14 15:28:26.335104",
"modified_by": "Administrator",
"module": "HR",
"name": "Leave Allocation",
Expand Down

0 comments on commit b1aad63

Please sign in to comment.