Employee Benefit Application - filter updated - earning component

This commit is contained in:
Jamsheer 2018-05-18 14:58:52 +05:30
parent da24722beb
commit 334bd189a7

View File

@ -8,6 +8,8 @@ frappe.ui.form.on('Employee Benefit Application', {
filters: {
type: "Earning",
is_flexible_benefit: true,
is_group: false,
flexi_default: false,
disabled: false
}
};