chore: Remove HR/Payroll related setups and fixtures

- Fixtures moved to HRMS app

- 'HR' field in Terms and Conditions removed, added via HRMS setup
This commit is contained in:
Rucha Mahabal
2022-06-17 16:34:13 +05:30
parent 4b3fb83850
commit fbc1330ab0
7 changed files with 2 additions and 344 deletions

View File

@@ -87,17 +87,6 @@ $.extend(erpnext, {
route_to_pending_reposts: (args) => {
frappe.set_route('List', 'Repost Item Valuation', args);
},
proceed_save_with_reminders_frequency_change: () => {
frappe.ui.hide_open_dialog();
frappe.call({
method: 'erpnext.hr.doctype.hr_settings.hr_settings.set_proceed_with_frequency_change',
callback: () => {
cur_frm.save();
}
});
}
});