Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-10-14 20:13:30 +02:00
parent f1f1f2b9c8
commit 1691fcedfb

View File

@ -255,9 +255,7 @@ if ($modecompta == 'CREANCES-DETTES')
$sql.=" AND cp.fk_product is null";
}
elseif ($selected_cat) { // Into a specific category
if ($subcat)
{
if ($subcat) {
$TListOfCats = $categorie->get_full_arbo('product', $selected_cat, 1);
$listofcatsql = "";