fix: track employee changes (#45674)

closes https://github.com/frappe/erpnext/issues/45571
This commit is contained in:
Ankush Menat
2025-02-03 14:21:50 +05:30
committed by GitHub
parent 1fb3a4333d
commit 827afbfa2e

View File

@@ -871,5 +871,6 @@
"sort_field": "creation",
"sort_order": "DESC",
"states": [],
"title_field": "employee_name"
}
"title_field": "employee_name",
"track_changes": 1
}