From 8bae57e858eefd544e4292509978b6993bdc1b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Wed, 29 Nov 2023 17:47:28 +0300 Subject: [PATCH] close #3103 Fixed: Sorting feature on tax settings page not working --- app/Models/Setting/Tax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Setting/Tax.php b/app/Models/Setting/Tax.php index 7edb18aa1..39e08a482 100644 --- a/app/Models/Setting/Tax.php +++ b/app/Models/Setting/Tax.php @@ -42,7 +42,7 @@ class Tax extends Model * * @var array */ - public $sortable = ['name', 'rate', 'enabled']; + public $sortable = ['name', 'type', 'rate']; public function items() {