mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 11:38:32 +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() {
|
||||
return {
|
||||
filters: {
|
||||
type: "earning"
|
||||
type: "earning",
|
||||
is_additional_component: true
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user