From 9b10f4ab5c41021214dcecce087dc53fc2c5b643 Mon Sep 17 00:00:00 2001 From: UT from dolibit <45215329+dolibit-ut@users.noreply.github.com> Date: Mon, 29 Mar 2021 21:41:13 +0200 Subject: [PATCH] Update document.php $helpurl => $help_url $help_url = 'EN:Module_Donations|FR:Module_Dons|ES:Módulo_Donaciones|DE:Modul_Spenden'; --- htdocs/don/document.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/don/document.php b/htdocs/don/document.php index 08667c6ab4c..63551a12fa3 100644 --- a/htdocs/don/document.php +++ b/htdocs/don/document.php @@ -102,8 +102,10 @@ if (!empty($conf->projet->enabled)) { } $title = $langs->trans('Donation')." - ".$langs->trans('Documents'); -$helpurl = ""; -llxHeader('', $title, $helpurl); + +$help_url = 'EN:Module_Donations|FR:Module_Dons|ES:Módulo_Donaciones|DE:Modul_Spenden'; + +llxHeader('', $title, $help_url); if ($object->id) {