2
0
forked from Wavyzz/dolibarr

rcupration de l'adresse de livraison et du contact d'une commande

This commit is contained in:
Regis Houssin
2006-05-09 18:50:40 +00:00
parent cb40b5534b
commit 57325d29ec

View File

@@ -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;