fix php8 warning

This commit is contained in:
Frédéric FRANCE 2021-03-15 20:58:35 +01:00 committed by GitHub
parent f0d3c19d51
commit 0b1e31e7a7
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">';