Fixing style errors.
This commit is contained in:
parent
b8b30a9af6
commit
de1be814d5
@ -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').")";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user