Merge pull request #21403 from rtdany10/connection-filter
This commit is contained in:
commit
211bf073c9
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ frappe.ui.filter_utils = {
|
|||
get_selected_value(field, condition) {
|
||||
if (!field) return;
|
||||
|
||||
let val = field.get_value();
|
||||
let val = field.get_value() || field.value;
|
||||
|
||||
if (typeof val === "string") {
|
||||
val = strip(val);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue