Merge pull request #16728 from dolibit-ut/patch-91

Update card.php
This commit is contained in:
Laurent Destailleur 2021-03-16 15:13:27 +01:00 committed by GitHub
commit 03f6201bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,7 +329,9 @@ if ($action == 'builddoc')
* View
*/
llxHeader('', $langs->trans("Donation"), 'EN:Module_Donations|FR:Module_Dons|ES:Módulo_Donaciones');
$help_url = 'EN:Module_Donations|FR:Module_Dons|ES:Módulo_Donaciones';
llxHeader('', $langs->trans("Donation"), $help_url);
$form = new Form($db);
$formfile = new FormFile($db);