Skip to content

Commit

Permalink
Add id_reference field in Carriers list
Browse files Browse the repository at this point in the history
  • Loading branch information
PululuK authored Nov 21, 2023
1 parent 61da3a3 commit 3bb423f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controllers/admin/AdminCarriersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
],
Expand Down

0 comments on commit 3bb423f

Please sign in to comment.