Fix php 8.0 warning societe index

This commit is contained in:
lmarcouiller 2021-06-30 10:30:46 +02:00
parent dcd4d53622
commit 2ab97d522d

View File

@ -185,6 +185,7 @@ $thirdpartygraph .= '</td></tr>';
$thirdpartygraph .= '</table>';
$thirdpartygraph .= '</div>';
$thirdpartycateggraph = '';
if (!empty($conf->categorie->enabled) && !empty($conf->global->CATEGORY_GRAPHSTATS_ON_THIRDPARTIES)) {
require_once DOL_DOCUMENT_ROOT.'/categories/class/categorie.class.php';
$elementtype = 'societe';