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 '';