Skip to content

Commit

Permalink
Merge pull request #45676 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-45674

fix: track employee changes (backport #45674)
  • Loading branch information
ruthra-kumar authored Feb 3, 2025
2 parents 50c26ba + 43a5c33 commit 4d5becb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions erpnext/setup/doctype/employee/employee.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,5 +871,6 @@
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"title_field": "employee_name"
}
"title_field": "employee_name",
"track_changes": 1
}

0 comments on commit 4d5becb

Please sign in to comment.