From 36bdfc69b68f85780e2b5041f0ee1625070f9941 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 25 Aug 2005 18:03:20 +0000 Subject: [PATCH] Amelioration design --- htdocs/telephonie/ligne/infoc.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/htdocs/telephonie/ligne/infoc.php b/htdocs/telephonie/ligne/infoc.php index b3ef7c53578..9f6110e2641 100644 --- a/htdocs/telephonie/ligne/infoc.php +++ b/htdocs/telephonie/ligne/infoc.php @@ -127,22 +127,6 @@ if ($_GET["id"] or $_GET["numero"]) $client_facture = new Societe($db); $client_facture->fetch($ligne->client_facture_id); - print 'Client Facturé'; - print $client_facture->nom.''; - - print ''; - - if ($ligne->mode_paiement == 'pre') - { - print 'RIB : '.$client_facture->display_rib(); - } - else - { - print 'Paiement par virement'; - } - - print ''; print 'Remise LMN'.$ligne->remise.' %';