From 7da727d17909cd34508d17a12b012616f7275169 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 Jun 2006 16:16:31 +0000 Subject: [PATCH] =?UTF-8?q?On=20utilise=20info=20stock=E9=20pour=20d=E9fin?= =?UTF-8?q?ir=20le=20lien?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/bank/releve.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/bank/releve.php b/htdocs/compta/bank/releve.php index 10680537270..0e5a19c0b75 100644 --- a/htdocs/compta/bank/releve.php +++ b/htdocs/compta/bank/releve.php @@ -260,15 +260,23 @@ else { if (! $newline) print ' - '; else print '
'; - if ($links[$key]['type']=='payment') { - print ''; + if ($links[$key]['type']=='payment') + { + print ''; + print img_object($langs->trans('ShowPayment'),'payment').' '; + print $langs->trans("Payment"); + print ''; + $newline=0; + } + elseif ($links[$key]['type']=='payment_supplier') { + print ''; print img_object($langs->trans('ShowPayment'),'payment').' '; print $langs->trans("Payment"); print ''; $newline=0; } elseif ($links[$key]['type']=='company') { - print ''; + print ''; print img_object($langs->trans('ShowCustomer'),'company').' '; print dolibarr_trunc($links[$key]['label'],24); print '';