Salary Structure - filter for earnings
This commit is contained in:
parent
43e191289c
commit
ce7310255e
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user