From 6e6609d8766d6b739c55be7ce7957917253a4c3d Mon Sep 17 00:00:00 2001 From: UT from dolibit <45215329+dolibit-ut@users.noreply.github.com> Date: Fri, 19 Mar 2021 09:33:10 +0100 Subject: [PATCH] Update document.php $help_url = "EN:Module_Banks_and_Cash|FR:Module_Banques_et_Caisses"; llxHeader("", $title, $help_url); --- htdocs/compta/bank/document.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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);