Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-10-16 17:06:10 +02:00
parent 3875d26a2f
commit bd52613331

View File

@ -109,7 +109,6 @@ if ($mode == 'supplier') {
$stats->from .= ' LEFT JOIN '.MAIN_DB_PREFIX.'categorie_fournisseur as cat ON (f.fk_soc = cat.fk_soc)'; $stats->from .= ' LEFT JOIN '.MAIN_DB_PREFIX.'categorie_fournisseur as cat ON (f.fk_soc = cat.fk_soc)';
$stats->where .= ' AND cat.fk_categorie IN ('.implode(',', $custcats).')'; $stats->where .= ' AND cat.fk_categorie IN ('.implode(',', $custcats).')';
} }
} }
// Build graphic number of object // Build graphic number of object