Fixing style errors.
This commit is contained in:
parent
d59723a84a
commit
98aa374185
@ -268,7 +268,6 @@ if ($modecompta == 'CREANCES-DETTES')
|
|||||||
if ($subcat) $sql .= "cp.fk_categorie IN (".$listofcatsql.")";
|
if ($subcat) $sql .= "cp.fk_categorie IN (".$listofcatsql.")";
|
||||||
else $sql .= "cp.fk_categorie = ".$selected_cat;
|
else $sql .= "cp.fk_categorie = ".$selected_cat;
|
||||||
$sql .= "))";
|
$sql .= "))";
|
||||||
|
|
||||||
}
|
}
|
||||||
if ($selected_soc > 0) $sql .= " AND soc.rowid=".$selected_soc;
|
if ($selected_soc > 0) $sql .= " AND soc.rowid=".$selected_soc;
|
||||||
$sql .= " AND f.entity IN (".getEntity('invoice').")";
|
$sql .= " AND f.entity IN (".getEntity('invoice').")";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user