Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
This commit is contained in:
commit
eb3472d5f7
@ -837,7 +837,7 @@ if ($action == 'create2') {
|
||||
}
|
||||
$help_url = 'EN:Module_Shipments|FR:Module_Expéditions|ES:Módulo_Expediciones|DE:Modul_Lieferungen';
|
||||
|
||||
llxHeader('', $title, 'Expedition', $help_url);
|
||||
llxHeader('', $title, $help_url);
|
||||
|
||||
if (empty($action)) {
|
||||
$action = 'view';
|
||||
|
||||
@ -563,7 +563,8 @@ class Expedition extends CommonObject
|
||||
$this->socid = $obj->socid;
|
||||
$this->ref_customer = $obj->ref_customer;
|
||||
$this->ref_ext = $obj->ref_ext;
|
||||
$this->statut = $obj->fk_statut;
|
||||
$this->status = $obj->fk_statut;
|
||||
$this->statut = $this->status; // Deprecated
|
||||
$this->user_author_id = $obj->fk_user_author;
|
||||
$this->date_creation = $this->db->jdate($obj->date_creation);
|
||||
$this->date_valid = $this->db->jdate($obj->date_valid);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user