Merge pull request #17081 from dolibit-ut/patch-208
Update workstation_list.php
This commit is contained in:
commit
e422d77c28
@ -213,10 +213,13 @@ $formresource = new FormResource($db);
|
||||
|
||||
$now = dol_now();
|
||||
|
||||
//$help_url="EN:Module_Workstation|FR:Module_Workstation_FR|ES:Módulo_Workstation";
|
||||
$help_url = '';
|
||||
$title = $langs->trans('ListOf', $langs->transnoentitiesnoconv("Workstations"));
|
||||
|
||||
//$help_url="EN:Module_Workstation|FR:Module_Workstation_FR|ES:Módulo_Workstation";
|
||||
$help_url = 'EN:Module_Workstation';
|
||||
|
||||
llxHeader('', $title, $help_url);
|
||||
|
||||
|
||||
// Build and execute select
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user