mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-26 13:25:20 +00:00
refator: Payroll processing and tax calculation (#17617)
* refactor: Payroll processing and tax calculation * fix: payroll test cases * fix: Codacy fixes * fix: payroll test cases * fix: removed unwanted code
This commit is contained in:
@@ -11,11 +11,6 @@ frappe.ui.form.on("Company", {
|
||||
filters: {"type": "Earning"}
|
||||
}
|
||||
});
|
||||
frm.set_query("arrear_component", function(){
|
||||
return {
|
||||
filters: {"is_additional_component": 1}
|
||||
}
|
||||
});
|
||||
|
||||
frm.set_query("parent_company", function() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user