Skip to content

Commit

Permalink
Update list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 13, 2024
1 parent ae57aeb commit d8c4214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/expedition/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
'state.nom' => array('label' => $langs->trans("StateShort"), 'checked' => 0, 'position' => 6),
'country.code_iso' => array('label' => $langs->trans("Country"), 'checked' => 0, 'position' => 7),
'typent.code' => array('label' => $langs->trans("ThirdPartyType"), 'checked' => $checkedtypetiers, 'position' => 8),
'e.date_expedition' => array('label' => $langs->trans("DateShipping"), 'checked' => 1, 'position' => 9),
'e.date_delivery' => array('label' => $langs->trans("DateDeliveryPlanned"), 'checked' => 1, 'position' => 10),
'e.date_delivery' => array('label' => $langs->trans("DateDeliveryPlanned"), 'checked' => 1, 'position' => 9),
'e.date_expedition' => array('label' => $langs->trans("DateShipping"), 'checked' => 1, 'position' => 10),
'e.fk_shipping_method' => array('label' => $langs->trans('SendingMethod'), 'checked' => 1, 'position' => 11),
'e.tracking_number' => array('label' => $langs->trans("TrackingNumber"), 'checked' => 1, 'position' => 12),
'e.weight' => array('label' => $langs->trans("Weight"), 'checked' => 0, 'position' => 13),
Expand Down

0 comments on commit d8c4214

Please sign in to comment.