From d399ad9b8dbf0a6d9b30101499ec7a671f26ef4e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 23 Aug 2005 21:59:27 +0000 Subject: [PATCH] Fix: Supprime trace parasite --- htdocs/facture.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index 7ff401138c1..46ad33fa9e1 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -743,7 +743,6 @@ class Facture if ($this->db->num_rows()) { $obj = $this->db->fetch_object(); - print_r($obj); $cdr_nbjour = $obj->nbjour; $cdr_fdm = $obj->fdm; }