Update card.php
add: $help_url = 'EN:Module_Contracts|FR:Module_Contrat';
changed: llxHeader('', $langs->trans("Contract"), $help_url);
This commit is contained in:
parent
ceba8146c6
commit
59f581bc71
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user