This commit is contained in:
Laurent Destailleur 2010-03-23 18:37:51 +00:00
parent 556a6d279b
commit 7d144cac32

View File

@ -71,7 +71,7 @@ function bank_prepare_head($obj)
if ($obj->courant != 2)
{
$head[$h][0] = DOL_URL_ROOT."/compta/bank/releve.php?account=".$obj->id;
$head[$h][1] = $langs->trans("AccountStatement");
$head[$h][1] = $langs->trans("AccountStatements");
$head[$h][2] = 'statement';
$h++;
}