From e5f8ca77a9b80d5a59bf950e5a65dd00428e7285 Mon Sep 17 00:00:00 2001 From: UT from dolibit <45215329+dolibit-ut@users.noreply.github.com> Date: Fri, 19 Mar 2021 09:30:28 +0100 Subject: [PATCH] Update card.php $help_url = "EN:Module_Banks_and_Cash|FR:Module_Banques_et_Caisses"; llxHeader("", $title, $help_url); --- htdocs/compta/bank/card.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/bank/card.php b/htdocs/compta/bank/card.php index ccc834835a4..bf74035d553 100644 --- a/htdocs/compta/bank/card.php +++ b/htdocs/compta/bank/card.php @@ -305,8 +305,10 @@ if (!empty($conf->accounting->enabled)) { $countrynotdefined = $langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')'; $title = $langs->trans("FinancialAccount")." - ".$langs->trans("Card"); -$helpurl = "EN:Module_Banks_and_Cash"; -llxHeader("", $title, $helpurl); + +$help_url = "EN:Module_Banks_and_Cash|FR:Module_Banques_et_Caisses"; + +llxHeader("", $title, $help_url); // Creation