client mail and siret in facture multiple
This commit is contained in:
parent
38f57f5316
commit
9843977c2b
@ -2872,6 +2872,8 @@ class Bdd {
|
|||||||
client.prenom as client_prenom,
|
client.prenom as client_prenom,
|
||||||
client.entreprise as client_entreprise,
|
client.entreprise as client_entreprise,
|
||||||
client.adresse as client_adresse,
|
client.adresse as client_adresse,
|
||||||
|
client.mail as client_mail,
|
||||||
|
client.legal_one as client_legal_one,
|
||||||
defunt.nom as defunt_nom,
|
defunt.nom as defunt_nom,
|
||||||
defunt.sexe as defunt_sexe,
|
defunt.sexe as defunt_sexe,
|
||||||
lieu.nom as lieu_nom,
|
lieu.nom as lieu_nom,
|
||||||
@ -2934,6 +2936,8 @@ class Bdd {
|
|||||||
client.prenom as client_prenom,
|
client.prenom as client_prenom,
|
||||||
client.entreprise as client_entreprise,
|
client.entreprise as client_entreprise,
|
||||||
client.adresse as client_adresse,
|
client.adresse as client_adresse,
|
||||||
|
client.legal_one as client_legal_one,
|
||||||
|
client.mail as client_mail,
|
||||||
defunt.nom as defunt_nom,
|
defunt.nom as defunt_nom,
|
||||||
defunt.sexe as defunt_sexe,
|
defunt.sexe as defunt_sexe,
|
||||||
lieu.nom as lieu_nom,
|
lieu.nom as lieu_nom,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user