Bugfix
This commit is contained in:
parent
24d681efe2
commit
4029cdebda
@ -77,7 +77,7 @@ if (isset($_GET["status"]))
|
||||
|
||||
if (isset($_GET["afacturer"]))
|
||||
{
|
||||
$sql .= " AND p.fk_statut >=1 AND c.facture = 0";
|
||||
$sql .= " AND fk_statut >=1 AND c.facture = 0";
|
||||
}
|
||||
|
||||
if (strlen($_POST["sf_ref"]) > 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user