Fixing style errors.

This commit is contained in:
stickler-ci 2021-06-07 08:10:05 +00:00
parent d59723a84a
commit 98aa374185

View File

@ -268,7 +268,6 @@ if ($modecompta == 'CREANCES-DETTES')
if ($subcat) $sql .= "cp.fk_categorie IN (".$listofcatsql.")";
else $sql .= "cp.fk_categorie = ".$selected_cat;
$sql .= "))";
}
if ($selected_soc > 0) $sql .= " AND soc.rowid=".$selected_soc;
$sql .= " AND f.entity IN (".getEntity('invoice').")";