Fix: Appel d'un fetch inutile et en echec

This commit is contained in:
Laurent Destailleur 2005-10-01 16:01:07 +00:00
parent 26bc3098af
commit 1ac8f5a790

View File

@ -42,8 +42,6 @@ llxHeader();
$contrat = new Contrat($db);
$contrat->fetch($_GET["id"]);
$contrat->info($_GET["id"]);
$soc = new Societe($db, $contrat->socidp);
$soc->fetch($contrat->socidp);
$h = 0;