diff --git a/controllers/admin/AdminSimpleWithdrawalController.php b/controllers/admin/AdminSimpleWithdrawalController.php index f91e7fa..1ca758c 100644 --- a/controllers/admin/AdminSimpleWithdrawalController.php +++ b/controllers/admin/AdminSimpleWithdrawalController.php @@ -20,6 +20,8 @@ class AdminSimpleWithdrawalController extends ModuleAdminController $this->list_no_link = false; $this->actions = ['view']; + parent::__construct(); + $this->fields_list = [ 'id_withdrawal_request' => [ 'title' => $this->l('ID'), @@ -56,8 +58,6 @@ class AdminSimpleWithdrawalController extends ModuleAdminController 'filter_key' => 'a!status', ], ]; - - parent::__construct(); } public function renderScopeLabel($value, $row)