Ajout librairie des contrats

This commit is contained in:
Rodolphe Quiedeville 2005-06-08 13:50:52 +00:00
parent 8f15845537
commit 5e758c0478

View File

@ -483,12 +483,12 @@ class LigneTel {
if ($this->contrat > 0) if ($this->contrat > 0)
{ {
require_once (DOL_DOCUMENT_ROOT."/telephonie/telephonie.contrat.class.php");
$contrat = new TelephonieContrat($this->db); $contrat = new TelephonieContrat($this->db);
$contrat->id = $this->contrat; $contrat->id = $this->contrat;
$contrat->update_statut(); $contrat->update_statut();
} }
return 0; return 0;
} }
/* /*