[fix] alter fieldtype for is_group from select to check
This commit is contained in:
@@ -62,7 +62,7 @@ $.extend(erpnext.queries, {
|
||||
},
|
||||
|
||||
not_a_group_filter: function() {
|
||||
return { filters: { is_group: "No" } };
|
||||
return { filters: { is_group: 0 } };
|
||||
},
|
||||
|
||||
employee: function() {
|
||||
|
||||
Reference in New Issue
Block a user