From 3bb423f59192247bcba095166ecee724bc96464b Mon Sep 17 00:00:00 2001 From: PululuK Date: Tue, 21 Nov 2023 10:49:56 +0100 Subject: [PATCH] Add `id_reference` field in `Carriers` list --- controllers/admin/AdminCarriersController.php | 5 +++++ 1 file changed, 5 insertions(+) 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'), ],