From 6cca03195f6a3edc158a448f7f7e063030355d09 Mon Sep 17 00:00:00 2001 From: Ranjith Kurungadam Date: Mon, 18 Jun 2018 15:42:38 +0530 Subject: [PATCH] fix- Salary Structure filter (#14558) --- erpnext/hr/doctype/salary_structure/salary_structure.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/hr/doctype/salary_structure/salary_structure.js b/erpnext/hr/doctype/salary_structure/salary_structure.js index 72d78ad3ec..6b195a8609 100755 --- a/erpnext/hr/doctype/salary_structure/salary_structure.js +++ b/erpnext/hr/doctype/salary_structure/salary_structure.js @@ -20,8 +20,7 @@ frappe.ui.form.on('Salary Structure', { return { filters: { type: "earning", - is_additional_component: 0, - is_group: 0 + is_additional_component: 0 } } });