Update card.php

add:   $help_url = 'EN:Module_Contracts|FR:Module_Contrat';

changed:   llxHeader('', $langs->trans("Contract"), $help_url);
This commit is contained in:
UT from dolibit 2021-03-16 13:28:46 +01:00 committed by GitHub
parent ceba8146c6
commit 59f581bc71
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);