Suppression inclusion de la classe societe

This commit is contained in:
Rodolphe Quiedeville 2003-09-14 11:51:54 +00:00
parent 116a231a1b
commit ac52d11977

View File

@ -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);