diff --git a/controllers/admin/AdminCarriersController.php b/controllers/admin/AdminCarriersController.php index 6b6f777c7b8a8..6052658a87a6f 100644 --- a/controllers/admin/AdminCarriersController.php +++ b/controllers/admin/AdminCarriersController.php @@ -70,6 +70,11 @@ public function __construct() 'align' => 'center', 'class' => 'fixed-width-xs', ], + 'id_reference' => [ + 'title' => $this->trans('Reference', [], 'Admin.Global'), + 'align' => 'center', + 'class' => 'fixed-width-xs', + ], 'name' => [ 'title' => $this->trans('Name', [], 'Admin.Global'), ],