diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index ea48b623f2f..ca8b2137752 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -598,11 +598,6 @@ class Facture $i++; } } - /* - * Contrats - */ - $contrat = new Contrat($this->db); - $contrat->create_from_facture($this->id, $user, $this->socidp); return $result; }