close #3103 Fixed: Sorting feature on tax settings page not working
This commit is contained in:
parent
6d5b72d077
commit
8bae57e858
|
|
@ -42,7 +42,7 @@ class Tax extends Model
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
public $sortable = ['name', 'rate', 'enabled'];
|
||||
public $sortable = ['name', 'type', 'rate'];
|
||||
|
||||
public function items()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue