Merge pull request #17333 from dolibit-ut/patch-289

Update admin_establishment.php
This commit is contained in:
Laurent Destailleur 2021-04-19 20:19:16 +02:00 committed by GitHub
commit 468d44a23b
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');