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"; }