fix(filter): Fetch correct filter values
This commit is contained in:
parent
c8207768db
commit
cc16342bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ frappe.ui.Filter = class {
|
|||
}
|
||||
|
||||
get_selected_value() {
|
||||
return this.value || this.utils.get_selected_value(this.field, this.get_condition());
|
||||
return this.utils.get_selected_value(this.field, this.get_condition());
|
||||
}
|
||||
|
||||
get_selected_label() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue