diff --git a/htdocs/compta/bank/releve.php b/htdocs/compta/bank/releve.php
index ed4197ca137..5d925180432 100644
--- a/htdocs/compta/bank/releve.php
+++ b/htdocs/compta/bank/releve.php
@@ -57,7 +57,7 @@ if (! strlen($num))
$numrows = $db->num_rows();
$i = 0;
- print_barre_liste("Relevés bancaires", $page, $PHP_SELF,"&account=$account",$sortfield,$sortorder,'',$numrows);
+ print_barre_liste("Relevés bancaires", $page, $PHP_SELF,"&account=$account",$sortfield,$sortorder,'',$numrows);
print '
";
@@ -114,14 +114,19 @@ else
}
}
}
+
+ $acct = new Account($db);
+ $acct->fetch($account);
+
+ print_titre('Releve numéro '.$num.' compte : '.$acct->label.'');
- print "";
+ print "";
print "