mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 07:32:50 +00:00
Additional Salary Component - filter updated - salary_component
This commit is contained in:
@@ -6,7 +6,8 @@ frappe.ui.form.on('Additional Salary Component', {
|
|||||||
frm.set_query("salary_component", function() {
|
frm.set_query("salary_component", function() {
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
type: "earning"
|
type: "earning",
|
||||||
|
is_additional_component: true
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user