2
0
forked from Wavyzz/dolibarr

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

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);