Fixed: Currency filter is not working #1rgj9mt

This commit is contained in:
Cüneyt Şentürk 2021-11-22 20:10:31 +03:00
parent 88b048d9a7
commit bdb9c0aa37

View File

@ -108,7 +108,7 @@ class SearchString extends Component
$column = str_replace('_code', '', $column); $column = str_replace('_code', '', $column);
} }
if (!empty($options['translation'])) { if (!empty($options['translation']) && !isset($options['boolean'])) {
return $options['translation']; return $options['translation'];
} }