[fix] alter fieldtype for is_group from select to check

This commit is contained in:
Saurabh
2016-07-14 14:03:19 +05:30
parent b814a54f2f
commit 6bc7b892c4
20 changed files with 157 additions and 64 deletions

View File

@@ -62,7 +62,7 @@ $.extend(erpnext.queries, {
},
not_a_group_filter: function() {
return { filters: { is_group: "No" } };
return { filters: { is_group: 0 } };
},
employee: function() {