Bugfix
This commit is contained in:
parent
c70efd3cea
commit
8f82c3e5a6
@ -251,10 +251,6 @@ class Expedition extends CommonObject
|
|||||||
$this->expedition_method_id = $obj->fk_expedition_methode;
|
$this->expedition_method_id = $obj->fk_expedition_methode;
|
||||||
$this->tracking_number = $obj->tracking_number;
|
$this->tracking_number = $obj->tracking_number;
|
||||||
|
|
||||||
if (strlen($this->tracking_number) && strlen($this->expedition_method_id)) {
|
|
||||||
$this->GetUrlTrackingStatus();
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($conf->commande->enabled)
|
if ($conf->commande->enabled)
|
||||||
{
|
{
|
||||||
$this->origin = "commande";
|
$this->origin = "commande";
|
||||||
@ -429,7 +425,7 @@ class Expedition extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->db->commit();
|
$this->db->commit();
|
||||||
//dolibarr_syslog("expedition.class.php::valid commit");
|
//dolibarr_syslog("Expedition::valid commit");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user