From 9843977c2bdfc3f9417d968f1a7a2172a1936d02 Mon Sep 17 00:00:00 2001 From: Tiavina Date: Thu, 6 Feb 2025 09:13:49 +0300 Subject: [PATCH] client mail and siret in facture multiple --- gestion/lib/Db/Bdd.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gestion/lib/Db/Bdd.php b/gestion/lib/Db/Bdd.php index 5774f97..bbbfc05 100644 --- a/gestion/lib/Db/Bdd.php +++ b/gestion/lib/Db/Bdd.php @@ -2872,6 +2872,8 @@ class Bdd { client.prenom as client_prenom, client.entreprise as client_entreprise, client.adresse as client_adresse, + client.mail as client_mail, + client.legal_one as client_legal_one, defunt.nom as defunt_nom, defunt.sexe as defunt_sexe, lieu.nom as lieu_nom, @@ -2934,6 +2936,8 @@ class Bdd { client.prenom as client_prenom, client.entreprise as client_entreprise, client.adresse as client_adresse, + client.legal_one as client_legal_one, + client.mail as client_mail, defunt.nom as defunt_nom, defunt.sexe as defunt_sexe, lieu.nom as lieu_nom,