Merge pull request #17334 from dolibit-ut/patch-290

Update admin_hrm.php
This commit is contained in:
Laurent Destailleur 2021-04-19 20:18:58 +02:00 committed by GitHub
commit 4bf631dc90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,10 @@ if ($action == 'update') {
* View
*/
llxHeader('', $langs->trans('Parameters'));
$title = $langs->trans('Parameters');
llxHeader('', $title, '');
$form = new Form($db);