mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +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 {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
type: "earning",
|
type: "earning",
|
||||||
is_additional_component: 0,
|
is_additional_component: 0
|
||||||
is_group: 0
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user