[fix]Filter using 'Not Equals' condition (#3571)
This commit is contained in:
parent
1767922b8d
commit
0dc4ba2c9e
1 changed files with 2 additions and 1 deletions
|
|
@ -215,7 +215,8 @@ frappe.ui.Filter = Class.extend({
|
|||
? __("values separated by commas")
|
||||
: __("use % as wildcard"))+'</div>');
|
||||
} else {
|
||||
me.set_field(me.field.df.parent, me.field.df.fieldname, null, condition);
|
||||
//if condition selected after refresh
|
||||
me.set_field(me.field.df.parent, me.field.df.fieldname, me.field.df.fieldtype, condition);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue