Fixed module name in contract admin setup page
This commit is contained in:
parent
096a446b7f
commit
371f0cbb8e
@ -204,7 +204,7 @@ print "<br>";
|
||||
|
||||
$head=contract_admin_prepare_head();
|
||||
|
||||
dol_fiche_head($head, 'contract', $langs->trans("ModuleSetup"));
|
||||
dol_fiche_head($head, 'contract', $langs->trans("Contracts"), 0, 'contract');
|
||||
|
||||
/*
|
||||
* Contracts Numbering model
|
||||
|
||||
@ -72,7 +72,7 @@ print_fiche_titre($langs->trans("ContractsSetup"),$linkback,'setup');
|
||||
print '<br>';
|
||||
$head=contract_admin_prepare_head();
|
||||
|
||||
dol_fiche_head($head, 'attributes', $langs->trans("ModuleSetup"), 0, 'contrat');
|
||||
dol_fiche_head($head, 'attributes', $langs->trans("Contracts"), 0, 'contract');
|
||||
|
||||
|
||||
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user