Merge pull request #16727 from dolibit-ut/patch-90

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

View File

@ -971,7 +971,10 @@ if (empty($reshook)) {
* View
*/
llxHeader('', $langs->trans("Contract"), "");
$help_url = 'EN:Module_Contracts|FR:Module_Contrat';
llxHeader('', $langs->trans("Contract"), $help_url);
$form = new Form($db);
$formfile = new FormFile($db);