Fixing style errors.

This commit is contained in:
stickler-ci 2021-06-02 09:23:50 +00:00
parent b8b30a9af6
commit de1be814d5

View File

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