mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
fix comment
This commit is contained in:
@@ -513,12 +513,11 @@ if ($search_status <> '') {
|
||||
//$sql.= ' AND c.facture = 0'; // invoice not created
|
||||
$sql .= ' AND ((c.fk_statut IN (1,2)) OR (c.fk_statut = 3 AND c.facture = 0))'; // validated, in process or closed but not billed
|
||||
}
|
||||
|
||||
if ($search_status == -4) // "To validate and in progress"
|
||||
{
|
||||
|
||||
$sql .= ' AND (c.fk_statut IN (1,2))'; // validated, in process
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if ($search_datecloture_start) {
|
||||
|
||||
Reference in New Issue
Block a user