Additional Salary Component - filter updated - salary_component
This commit is contained in:
parent
f647aa15af
commit
0493c22f3c
@ -6,7 +6,8 @@ frappe.ui.form.on('Additional Salary Component', {
|
||||
frm.set_query("salary_component", function() {
|
||||
return {
|
||||
filters: {
|
||||
type: "earning"
|
||||
type: "earning",
|
||||
is_additional_component: true
|
||||
}
|
||||
};
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user