From bdb9c0aa377c7df60e9292144d24615e5f5094aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 22 Nov 2021 20:10:31 +0300 Subject: [PATCH] Fixed: Currency filter is not working #1rgj9mt --- app/View/Components/SearchString.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Components/SearchString.php b/app/View/Components/SearchString.php index fa7a575eb..8a4fc6dec 100644 --- a/app/View/Components/SearchString.php +++ b/app/View/Components/SearchString.php @@ -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']; }