diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php index e81675c52ae..44f1d7050a3 100644 --- a/htdocs/expedition/fiche.php +++ b/htdocs/expedition/fiche.php @@ -471,6 +471,10 @@ else { $object = $expedition->origin; $expedition->fetch_object(); + + if (strlen($expedition->tracking_number) && strlen($expedition->expedition_method_id)) { + $expedition->GetUrlTrackingStatus(); + } $soc = new Societe($db); $soc->fetch($expedition->socid);