Merge pull request #16696 from dolibit-ut/patch-80

Update list.php
This commit is contained in:
Laurent Destailleur 2021-03-16 10:40:13 +01:00 committed by GitHub
commit 1f4a3dee5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,8 +308,8 @@ if (empty($reshook)) {
$formother = new FormOther($db);
//$help_url="EN:Module_MyObject|FR:Module_MyObject_FR|ES:Módulo_MyObject";
$help_url = '';
$help_url = 'EN:Module_Users|FR:Module_Utilisateurs|ES:Módulo_Usuarios|DE:Modul_Benutzer';
if ($contextpage == 'employeelist' && $search_employee == 1) {
$text = $langs->trans("ListOfEmployees");
} else {