forked from Wavyzz/dolibarr
rcupration de l'adresse de livraison et du contact d'une commande
This commit is contained in:
@@ -832,6 +832,18 @@ class Commande
|
||||
*
|
||||
*/
|
||||
|
||||
function fetch_client()
|
||||
{
|
||||
$client = new Societe($this->db);
|
||||
$client->fetch($this->socidp);
|
||||
$this->client = $client;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
function fetch_adresse_livraison($id)
|
||||
{
|
||||
$idadresse = $id;
|
||||
|
||||
Reference in New Issue
Block a user