mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-28 03:33:17 +01:00
ajout de la fonction fetch_contact pour rcuprer le dtail d'un contact propal, commande,
facture...
This commit is contained in:
@@ -935,19 +935,7 @@ class Commande extends CommonObject
|
||||
$adresse->fetch_adresse_livraison($idadresse);
|
||||
$this->adresse = $adresse;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
function fetch_contact_commande($id)
|
||||
{
|
||||
$idcontact = $id;
|
||||
$contact = new Contact($this->db);
|
||||
$contact->fetch($idcontact);
|
||||
$this->contact = $contact;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* \brief Renvoie un tableau avec les exp<78>ditions par ligne
|
||||
|
||||
Reference in New Issue
Block a user