Merge branch 'hotfixes/hotfixe-show-facture-case-and-order-number' into releases/release-hytha-prod
This commit is contained in:
commit
f8ff4c6b3e
@ -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 = ?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user