From c8b59287982ef0d7411658b19747373c6f524e51 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 6 Sep 2005 10:59:33 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20lien=20sur=20le=20num=E9ro=20de=20factu?= =?UTF-8?q?re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/ligne/factures.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/ligne/factures.php b/htdocs/telephonie/ligne/factures.php index cc861067feb..fcab1723e5e 100644 --- a/htdocs/telephonie/ligne/factures.php +++ b/htdocs/telephonie/ligne/factures.php @@ -158,7 +158,7 @@ if ($_GET["id"] or $_GET["numero"]) $fac = new Facture($db); $fac->fetch($facs[$facnum]); - print 'Facture'.$fac->ref.''; + print 'Facture'.$fac->ref.''; print "\n"; }