diff --git a/htdocs/compta/bank/releve.php b/htdocs/compta/bank/releve.php index 75e72dfd0a4..99d2d4f1fb9 100644 --- a/htdocs/compta/bank/releve.php +++ b/htdocs/compta/bank/releve.php @@ -364,12 +364,12 @@ if (empty($numref)) else { /** - * Show list of bank statements + * Show list of record into a bank statement */ // Onglets $head = account_statement_prepare_head($object, $numref); - dol_fiche_head($head, 'statement', $langs->trans("FinancialAccount"), 0, 'account'); + dol_fiche_head($head, 'statement', $langs->trans("FinancialAccount"), -1, 'account'); $mesprevnext = ''; @@ -444,9 +444,9 @@ else // Date de valeur print ''; print dol_print_date($db->jdate($objp->dv), "day").' '; - print ''; + print ''; print img_edit_remove()." "; - print ''; + print ''; print img_edit_add().""; print "\n";