Update admin_establishment.php

$title = $langs->trans('Establishments');

llxHeader('', $title, '');
This commit is contained in:
UT from dolibit 2021-04-19 17:51:52 +02:00 committed by GitHub
parent 4d916f3c9f
commit f2781ee017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,9 @@ if (empty($permissiontoread)) accessforbidden();
$form = new Form($db);
$establishmenttmp = new Establishment($db);
llxHeader('', $langs->trans("Establishments"));
$title = $langs->trans('Establishments');
llxHeader('', $title, '');
$limit = GETPOST('limit', 'int') ? GETPOST('limit', 'int') : $conf->liste_limit;
$sortorder = GETPOST("sortorder", 'alpha');