From c70efd3ceafdce0d5f384310735a8aa0d7df9ad7 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 1 Sep 2008 13:55:58 +0000 Subject: [PATCH] Bugfix --- htdocs/expedition/fiche.php | 4 ++++ 1 file changed, 4 insertions(+) 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);