Additional Salary Component - filter updated - salary_component

This commit is contained in:
Jamsheer 2018-05-18 15:19:13 +05:30
parent f647aa15af
commit 0493c22f3c

View File

@ -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
}
};
});