Merge branch 'hotfixes/hotfixe-show-facture-case-and-order-number' into releases/release-hytha-prod

This commit is contained in:
Tiavina 2025-03-07 13:17:00 +03:00
commit f8ff4c6b3e

View File

@ -4470,7 +4470,9 @@ class Bdd {
facture.fk_client_id, facture.fk_client_id,
facture.fk_client_group_facturation_id, facture.fk_client_group_facturation_id,
facture.month, facture.month,
facture.year facture.year,
facture.facture_case_number,
facture.facture_order_number
FROM ".$this->tableprefix."facture as facture FROM ".$this->tableprefix."facture as facture
WHERE facture.id = ? AND WHERE facture.id = ? AND
facture.facture_type = ? facture.facture_type = ?