Merge branch 'hotfixes/hotfixe-show-facture-case-and-order-number' into staging

This commit is contained in:
Tiavina 2025-03-07 17:13:12 +03:00
commit 65cd32c668

View File

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