From 84464a92a2d1893c7ce5daf137f301e2bcb13d15 Mon Sep 17 00:00:00 2001 From: Tiavina Date: Wed, 26 Feb 2025 12:35:51 +0300 Subject: [PATCH] show thanato siret and thanato company name in list --- gestion/lib/Db/Bdd.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gestion/lib/Db/Bdd.php b/gestion/lib/Db/Bdd.php index eb628c1..39b317d 100644 --- a/gestion/lib/Db/Bdd.php +++ b/gestion/lib/Db/Bdd.php @@ -159,6 +159,8 @@ class Bdd { thanato.thanato_address, thanato.thanato_city, thanato.thanato_phone, + thanato.thanato_siret, + thanato.thanato_company_name, users.uid as user_uuid, users.displayname as user_display_name FROM ".$this->tableprefix."thanato as thanato