Ajout librairie des contrats
This commit is contained in:
parent
8f15845537
commit
5e758c0478
@ -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;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user