mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 00:01:18 +00:00
refactor: Payroll processing and tax calculation (#17595)
* refactor: Payroll processing and tax calculation * fix: payroll test cases * fix: Codacy fixes * fix: removed debug mode * fix: payroll test cases * Update payroll_period.py
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