mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
Salary Structure - filter for earnings
This commit is contained in:
@@ -19,7 +19,9 @@ frappe.ui.form.on('Salary Structure', {
|
||||
frm.set_query("salary_component", "earnings", function() {
|
||||
return {
|
||||
filters: {
|
||||
type: "earning"
|
||||
type: "earning",
|
||||
is_additional_component: 0,
|
||||
is_group: 0
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user