mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +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() {
|
frm.set_query("salary_component", "earnings", function() {
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
type: "earning"
|
type: "earning",
|
||||||
|
is_additional_component: 0,
|
||||||
|
is_group: 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user