récupération de l'adresse de livraison et du contact d'une commande
This commit is contained in:
parent
cb40b5534b
commit
57325d29ec
@ -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)
|
function fetch_adresse_livraison($id)
|
||||||
{
|
{
|
||||||
$idadresse = $id;
|
$idadresse = $id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user