Merge pull request #19075 from lmag/FIXResponsive-list---classforhorizontalscrolloftabs

FIX : Listing responsive for ticket
This commit is contained in:
Laurent Destailleur 2021-10-22 14:33:45 +02:00 committed by GitHub
commit 744fe688aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -478,8 +478,7 @@ if ($num == 1 && !empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE) && $
// Output page
// --------------------------------------------------------------------
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', 'classforhorizontalscrolloftabs');
llxHeader('', $title, $help_url, '', 0, 0, '', '', '', '');
if ($socid && !$projectid && !$project_ref && $user->rights->societe->lire) {
$socstat = new Societe($db);