Suppression inclusion de la classe societe
This commit is contained in:
parent
116a231a1b
commit
ac52d11977
@ -32,7 +32,6 @@ class Contrat
|
|||||||
|
|
||||||
Function Contrat($DB)
|
Function Contrat($DB)
|
||||||
{
|
{
|
||||||
include_once("../societe.class.php");
|
|
||||||
$this->db = $DB ;
|
$this->db = $DB ;
|
||||||
$this->product = new Product($DB);
|
$this->product = new Product($DB);
|
||||||
$this->societe = new Societe($DB);
|
$this->societe = new Societe($DB);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user