Employee Benefit Application - filter updated

This commit is contained in:
Jamsheer 2018-05-11 15:14:43 +05:30
parent 4d93d339f7
commit 9cd292b187

View File

@ -8,8 +8,7 @@ frappe.ui.form.on('Employee Benefit Application', {
filters: {
type: "Earning",
is_flexible_benefit: true,
disabled: false,
is_pro_rata_applicable: true
disabled: false
}
}
})