Merge branch 'hotfixes/hotfixe-show-facture-case-and-order-number' into staging
This commit is contained in:
commit
65cd32c668
@ -4471,7 +4471,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