Bugfix
This commit is contained in:
parent
7b7a1bb6ac
commit
c70efd3cea
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user