Fixed: Currency filter is not working #1rgj9mt
This commit is contained in:
parent
88b048d9a7
commit
bdb9c0aa37
@ -108,7 +108,7 @@ class SearchString extends Component
|
||||
$column = str_replace('_code', '', $column);
|
||||
}
|
||||
|
||||
if (!empty($options['translation'])) {
|
||||
if (!empty($options['translation']) && !isset($options['boolean'])) {
|
||||
return $options['translation'];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user