Properties ->contactid has been renamed into ->contact_id

This commit is contained in:
Laurent Destailleur
2020-06-25 12:17:47 +02:00
parent e32bed250c
commit 333d4873c3
24 changed files with 106 additions and 93 deletions

View File

@@ -1338,7 +1338,7 @@ class Commande extends CommonOrder
$this->shipping_method_id = $object->shipping_method_id;
$this->warehouse_id = $object->warehouse_id;
$this->fk_delivery_address = $object->fk_delivery_address;
$this->contact_id = $object->contactid;
$this->contact_id = $object->contact_id;
$this->ref_client = $object->ref_client;
if (empty($conf->global->MAIN_DISABLE_PROPAGATE_NOTES_FROM_ORIGIN))