Bugfix
This commit is contained in:
parent
7b7a1bb6ac
commit
c70efd3cea
@ -472,6 +472,10 @@ else
|
|||||||
$object = $expedition->origin;
|
$object = $expedition->origin;
|
||||||
$expedition->fetch_object();
|
$expedition->fetch_object();
|
||||||
|
|
||||||
|
if (strlen($expedition->tracking_number) && strlen($expedition->expedition_method_id)) {
|
||||||
|
$expedition->GetUrlTrackingStatus();
|
||||||
|
}
|
||||||
|
|
||||||
$soc = new Societe($db);
|
$soc = new Societe($db);
|
||||||
$soc->fetch($expedition->socid);
|
$soc->fetch($expedition->socid);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user