Merge pull request #16713 from frederic34/patch-10

fix php8 warning
This commit is contained in:
Laurent Destailleur 2021-03-16 10:31:37 +01:00 committed by GitHub
commit ccedc0f7fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ if (!empty($conf->categorie->enabled) && !empty($conf->global->CATEGORY_GRAPHSTA
require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
$elementtype = 'societe';
$thirdpartycateggraph .= '<div class="div-table-responsive-no-min">';
$thirdpartycateggraph = '<div class="div-table-responsive-no-min">';
$thirdpartycateggraph .= '<table class="noborder nohover centpercent">';
$thirdpartycateggraph .= '<tr class="liste_titre"><th colspan="2">'.$langs->trans("Categories").'</th></tr>';
$thirdpartycateggraph .= '<tr><td class="center" colspan="2">';