This commit is contained in:
Rodolphe Quiedeville 2008-09-01 13:55:58 +00:00
parent 7b7a1bb6ac
commit c70efd3cea

View File

@ -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);