mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-26 02:33:17 +01:00
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