From ac52d11977750625969eda57a3f892af2f89971f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 14 Sep 2003 11:51:54 +0000 Subject: [PATCH] Suppression inclusion de la classe societe --- htdocs/contrat/contrat.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/contrat/contrat.class.php b/htdocs/contrat/contrat.class.php index d0eb2e67721..ff986d1aea5 100644 --- a/htdocs/contrat/contrat.class.php +++ b/htdocs/contrat/contrat.class.php @@ -32,7 +32,6 @@ class Contrat Function Contrat($DB) { - include_once("../societe.class.php"); $this->db = $DB ; $this->product = new Product($DB); $this->societe = new Societe($DB);