facture condition
This commit is contained in:
parent
f3aa55200c
commit
6fc15ce091
@ -2299,7 +2299,7 @@ class Bdd {
|
|||||||
LEFT JOIN ".$this->tableprefix."defunt as defunt on devis.id_defunt = defunt.id
|
LEFT JOIN ".$this->tableprefix."defunt as defunt on devis.id_defunt = defunt.id
|
||||||
LEFT JOIN ".$this->tableprefix."lieu as lieu on devis.id_lieu = lieu.id
|
LEFT JOIN ".$this->tableprefix."lieu as lieu on devis.id_lieu = lieu.id
|
||||||
LEFT JOIN ".$this->tableprefix."thanato as thanato on devis.id_thanato = thanato.id
|
LEFT JOIN ".$this->tableprefix."thanato as thanato on devis.id_thanato = thanato.id
|
||||||
WHERE devis.id_client IN ($clientIdsSqlPlaceholder) ? AND
|
WHERE devis.id_client IN ($clientIdsSqlPlaceholder) AND
|
||||||
YEAR(facture.date_paiement) = ?";
|
YEAR(facture.date_paiement) = ?";
|
||||||
|
|
||||||
$conditions = array_merge($clientIds,[$year]);
|
$conditions = array_merge($clientIds,[$year]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user