diff --git a/htdocs/compta/bank/document.php b/htdocs/compta/bank/document.php index 35102281ae9..6f0ffed4153 100644 --- a/htdocs/compta/bank/document.php +++ b/htdocs/compta/bank/document.php @@ -92,8 +92,10 @@ include DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php'; */ $title = $langs->trans("FinancialAccount").' - '.$langs->trans("Documents"); -$helpurl = ""; -llxHeader('', $title, $helpurl); + +$help_url = "EN:Module_Banks_and_Cash|FR:Module_Banques_et_Caisses"; + +llxHeader("", $title, $help_url); $form = new Form($db);