mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
fix: Remove HR & Payroll Settings from Company master
- moved setup to HRMS app
This commit is contained in:
@@ -461,6 +461,7 @@ def install_post_company_fixtures(args=None):
|
||||
"department_name": _("All Departments"),
|
||||
"is_group": 1,
|
||||
"parent_department": "",
|
||||
"company": args.company_name,
|
||||
},
|
||||
{
|
||||
"doctype": "Department",
|
||||
|
||||
Reference in New Issue
Block a user