mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 09:47:14 +00:00
fix- Salary Structure filter (#14558)
This commit is contained in:
committed by
Nabin Hait
parent
28f49a5a8e
commit
6cca03195f
@@ -20,8 +20,7 @@ frappe.ui.form.on('Salary Structure', {
|
||||
return {
|
||||
filters: {
|
||||
type: "earning",
|
||||
is_additional_component: 0,
|
||||
is_group: 0
|
||||
is_additional_component: 0
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user