From d11837941ffefee9ff3200176a02c70a08664286 Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Thu, 9 Apr 2026 15:09:10 +0200 Subject: [PATCH] fix: mise a jour numero de telephone 07 66 95 70 06 dans tous les fichiers Remplacement de l'ancien numero (06 79 34 88 02) par le nouveau (07 66 95 70 06) dans 19 fichiers : PDFs, templates legaux, CGV, CGU, mentions legales, contrats. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/Service/Pdf/AdvertPdf.php | 2 +- src/Service/Pdf/AttestationCustomPdf.php | 2 +- src/Service/Pdf/ClientClosurePdf.php | 2 +- src/Service/Pdf/ClientWarningPdf.php | 2 +- src/Service/Pdf/ClientWarningResetPdf.php | 2 +- src/Service/Pdf/ComptaPdf.php | 2 +- src/Service/Pdf/ContratMigrationSiteconseilPdf.php | 2 +- src/Service/Pdf/DevisPdf.php | 2 +- src/Service/Pdf/EFlexPdf.php | 2 +- src/Service/Pdf/EcheancierAttestationPdf.php | 2 +- src/Service/Pdf/EcheancierPdf.php | 2 +- src/Service/Pdf/FacturePdf.php | 2 +- src/Service/Pdf/RapportFinancierPdf.php | 2 +- templates/legal/cgu.html.twig | 2 +- templates/legal/cgv.html.twig | 2 +- templates/legal/mention_legal.html.twig | 2 +- templates/pdf/_base.html.twig | 2 +- templates/pdf/cgv.html.twig | 2 +- templates/pdf/contrat_revendeur.html.twig | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/Service/Pdf/AdvertPdf.php b/src/Service/Pdf/AdvertPdf.php index 7001ade..1e8225b 100644 --- a/src/Service/Pdf/AdvertPdf.php +++ b/src/Service/Pdf/AdvertPdf.php @@ -280,7 +280,7 @@ class AdvertPdf extends Fpdi $this->Ln(4); $this->SetFont('Arial', '', 8); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 4, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tél: 06 79 34 88 02'), 0, 1, 'C'); + $this->Cell(190, 4, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tél: 07 66 95 70 06'), 0, 1, 'C'); $this->Cell(190, 4, $this->enc('e-mail : contact@e-cosplay.fr - www.e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 4, $this->enc('Association E-Cosplay - N°SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); diff --git a/src/Service/Pdf/AttestationCustomPdf.php b/src/Service/Pdf/AttestationCustomPdf.php index 3c87e73..fe6d42b 100644 --- a/src/Service/Pdf/AttestationCustomPdf.php +++ b/src/Service/Pdf/AttestationCustomPdf.php @@ -64,7 +64,7 @@ class AttestationCustomPdf extends Fpdi $this->Ln(3); $this->SetFont('Arial', '', 7); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 06 79 34 88 02 - contact@e-cosplay.fr'), 0, 1, 'C'); + $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 07 66 95 70 06 - contact@e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 3, $this->enc('Association E-Cosplay - N SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); $this->SetFont('Arial', 'I', 7); $this->SetTextColor(150, 150, 150); diff --git a/src/Service/Pdf/ClientClosurePdf.php b/src/Service/Pdf/ClientClosurePdf.php index 17da4df..b1ffb16 100644 --- a/src/Service/Pdf/ClientClosurePdf.php +++ b/src/Service/Pdf/ClientClosurePdf.php @@ -42,7 +42,7 @@ class ClientClosurePdf extends Fpdi $this->Ln(3); $this->SetFont('Arial', '', 7); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 06 79 34 88 02 - contact@e-cosplay.fr'), 0, 1, 'C'); + $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 07 66 95 70 06 - contact@e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 3, $this->enc('Association E-Cosplay - N SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); $this->SetFont('Arial', 'I', 7); $this->SetTextColor(150, 150, 150); diff --git a/src/Service/Pdf/ClientWarningPdf.php b/src/Service/Pdf/ClientWarningPdf.php index 2b611f3..55a9a6f 100644 --- a/src/Service/Pdf/ClientWarningPdf.php +++ b/src/Service/Pdf/ClientWarningPdf.php @@ -62,7 +62,7 @@ class ClientWarningPdf extends Fpdi $this->Ln(3); $this->SetFont('Arial', '', 7); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 06 79 34 88 02 - contact@e-cosplay.fr'), 0, 1, 'C'); + $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 07 66 95 70 06 - contact@e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 3, $this->enc('Association E-Cosplay - N SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); $this->SetFont('Arial', 'I', 7); $this->SetTextColor(150, 150, 150); diff --git a/src/Service/Pdf/ClientWarningResetPdf.php b/src/Service/Pdf/ClientWarningResetPdf.php index 3a1f2bc..16ea536 100644 --- a/src/Service/Pdf/ClientWarningResetPdf.php +++ b/src/Service/Pdf/ClientWarningResetPdf.php @@ -41,7 +41,7 @@ class ClientWarningResetPdf extends Fpdi $this->Ln(3); $this->SetFont('Arial', '', 7); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 06 79 34 88 02 - contact@e-cosplay.fr'), 0, 1, 'C'); + $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 07 66 95 70 06 - contact@e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 3, $this->enc('Association E-Cosplay - N SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); $this->SetFont('Arial', 'I', 7); $this->SetTextColor(150, 150, 150); diff --git a/src/Service/Pdf/ComptaPdf.php b/src/Service/Pdf/ComptaPdf.php index 4b95dfa..d1ca598 100644 --- a/src/Service/Pdf/ComptaPdf.php +++ b/src/Service/Pdf/ComptaPdf.php @@ -109,7 +109,7 @@ class ComptaPdf extends Fpdi $this->Ln(3); $this->SetFont('Arial', '', 7); $this->SetTextColor(0, 0, 0); - $this->Cell(0, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 06 79 34 88 02 - contact@e-cosplay.fr - www.e-cosplay.fr'), 0, 1, 'C'); + $this->Cell(0, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 07 66 95 70 06 - contact@e-cosplay.fr - www.e-cosplay.fr'), 0, 1, 'C'); $this->Cell(0, 3, $this->enc('Association E-Cosplay - N SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); $this->SetFont('Arial', 'I', 7); diff --git a/src/Service/Pdf/ContratMigrationSiteconseilPdf.php b/src/Service/Pdf/ContratMigrationSiteconseilPdf.php index 011c42e..1ae7e48 100644 --- a/src/Service/Pdf/ContratMigrationSiteconseilPdf.php +++ b/src/Service/Pdf/ContratMigrationSiteconseilPdf.php @@ -42,7 +42,7 @@ class ContratMigrationSiteconseilPdf extends Fpdi $this->Ln(3); $this->SetFont('Arial', '', 7); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 06 79 34 88 02 - contact@e-cosplay.fr'), 0, 1, 'C'); + $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 07 66 95 70 06 - contact@e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 3, $this->enc('Association E-Cosplay - N SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); $this->SetFont('Arial', 'I', 7); $this->SetTextColor(150, 150, 150); diff --git a/src/Service/Pdf/DevisPdf.php b/src/Service/Pdf/DevisPdf.php index 9f58d10..b42224f 100644 --- a/src/Service/Pdf/DevisPdf.php +++ b/src/Service/Pdf/DevisPdf.php @@ -260,7 +260,7 @@ class DevisPdf extends Fpdi $this->Ln(4); $this->SetFont('Arial', '', 8); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 4, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tél: 06 79 34 88 02'), 0, 1, 'C'); + $this->Cell(190, 4, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tél: 07 66 95 70 06'), 0, 1, 'C'); $this->Cell(190, 4, $this->enc('e-mail : contact@e-cosplay.fr - www.e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 4, $this->enc('Association E-Cosplay - N°SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); diff --git a/src/Service/Pdf/EFlexPdf.php b/src/Service/Pdf/EFlexPdf.php index 95d1ae4..424cbe3 100644 --- a/src/Service/Pdf/EFlexPdf.php +++ b/src/Service/Pdf/EFlexPdf.php @@ -49,7 +49,7 @@ class EFlexPdf extends Fpdi $this->Ln(3); $this->SetFont('Arial', '', 7); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 06 79 34 88 02 - contact@e-cosplay.fr'), 0, 1, 'C'); + $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 07 66 95 70 06 - contact@e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 3, $this->enc('Association E-Cosplay - N SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); $this->SetFont('Arial', 'I', 7); $this->SetTextColor(150, 150, 150); diff --git a/src/Service/Pdf/EcheancierAttestationPdf.php b/src/Service/Pdf/EcheancierAttestationPdf.php index 67901da..f3cf3e1 100644 --- a/src/Service/Pdf/EcheancierAttestationPdf.php +++ b/src/Service/Pdf/EcheancierAttestationPdf.php @@ -49,7 +49,7 @@ class EcheancierAttestationPdf extends Fpdi $this->Ln(3); $this->SetFont('Arial', '', 7); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 06 79 34 88 02 - contact@e-cosplay.fr'), 0, 1, 'C'); + $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 07 66 95 70 06 - contact@e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 3, $this->enc('Association E-Cosplay - N SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); $this->SetFont('Arial', 'I', 7); $this->SetTextColor(150, 150, 150); diff --git a/src/Service/Pdf/EcheancierPdf.php b/src/Service/Pdf/EcheancierPdf.php index 7020719..19c8788 100644 --- a/src/Service/Pdf/EcheancierPdf.php +++ b/src/Service/Pdf/EcheancierPdf.php @@ -47,7 +47,7 @@ class EcheancierPdf extends Fpdi $this->Ln(3); $this->SetFont('Arial', '', 7); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 06 79 34 88 02 - contact@e-cosplay.fr'), 0, 1, 'C'); + $this->Cell(190, 3, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 07 66 95 70 06 - contact@e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 3, $this->enc('Association E-Cosplay - N SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); $this->SetFont('Arial', 'I', 7); $this->SetTextColor(150, 150, 150); diff --git a/src/Service/Pdf/FacturePdf.php b/src/Service/Pdf/FacturePdf.php index c01a03d..0127b0a 100644 --- a/src/Service/Pdf/FacturePdf.php +++ b/src/Service/Pdf/FacturePdf.php @@ -289,7 +289,7 @@ class FacturePdf extends Fpdi $this->Ln(4); $this->SetFont('Arial', '', 8); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 4, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tél: 06 79 34 88 02'), 0, 1, 'C'); + $this->Cell(190, 4, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tél: 07 66 95 70 06'), 0, 1, 'C'); $this->Cell(190, 4, $this->enc('e-mail : contact@e-cosplay.fr - www.e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 4, $this->enc('Association E-Cosplay - N°SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); diff --git a/src/Service/Pdf/RapportFinancierPdf.php b/src/Service/Pdf/RapportFinancierPdf.php index d7b7710..66af659 100644 --- a/src/Service/Pdf/RapportFinancierPdf.php +++ b/src/Service/Pdf/RapportFinancierPdf.php @@ -111,7 +111,7 @@ class RapportFinancierPdf extends Fpdi $this->Ln(3); $this->SetFont('Arial', '', 8); $this->SetTextColor(0, 0, 0); - $this->Cell(190, 4, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 06 79 34 88 02 - contact@e-cosplay.fr'), 0, 1, 'C'); + $this->Cell(190, 4, $this->enc('42 rue de Saint-Quentin - 02800 BEAUTOR - Tel: 07 66 95 70 06 - contact@e-cosplay.fr'), 0, 1, 'C'); $this->Cell(190, 4, $this->enc('Association E-Cosplay - N SIRET 943 121 517 00011 - CODE APE 9329Z - RNA W022006988'), 0, 1, 'C'); $this->SetFont('Arial', 'I', 7); diff --git a/templates/legal/cgu.html.twig b/templates/legal/cgu.html.twig index 22f8917..904537d 100644 --- a/templates/legal/cgu.html.twig +++ b/templates/legal/cgu.html.twig @@ -223,7 +223,7 @@

Pour toute question relative aux presentes CGU :

diff --git a/templates/legal/cgv.html.twig b/templates/legal/cgv.html.twig index 324fdff..9d3c3ea 100644 --- a/templates/legal/cgv.html.twig +++ b/templates/legal/cgv.html.twig @@ -247,7 +247,7 @@

Pour toute question relative aux presentes CGV :

diff --git a/templates/legal/mention_legal.html.twig b/templates/legal/mention_legal.html.twig index 492569e..9da24b8 100644 --- a/templates/legal/mention_legal.html.twig +++ b/templates/legal/mention_legal.html.twig @@ -19,7 +19,7 @@
  • Code NAF/APE : 93.29Z - Activites recreatives et de loisirs
  • Siege social : 42 rue de Beautor, 02800 Beautor, France
  • Email : contact@e-cosplay.fr
  • -
  • Telephone : 06 79 34 88 02
  • +
  • Telephone : 07 66 95 70 06
  • Site web : www.e-cosplay.fr
  • diff --git a/templates/pdf/_base.html.twig b/templates/pdf/_base.html.twig index 4170310..347e5b6 100644 --- a/templates/pdf/_base.html.twig +++ b/templates/pdf/_base.html.twig @@ -78,7 +78,7 @@
    {% block footer_legal %} Association E-Cosplay — RNA W022006988 — SIREN 943121517
    - 42 rue de Beautor, 02800 Beautor, France — contact@e-cosplay.fr — 06 79 34 88 02
    + 42 rue de Beautor, 02800 Beautor, France — contact@e-cosplay.fr — 07 66 95 70 06
    www.e-cosplay.fr {% endblock %}
    diff --git a/templates/pdf/cgv.html.twig b/templates/pdf/cgv.html.twig index 6e43815..493fa57 100644 --- a/templates/pdf/cgv.html.twig +++ b/templates/pdf/cgv.html.twig @@ -166,7 +166,7 @@

    Article 18 - Contact

    -

    Email : contact@e-cosplay.fr — Tel : 06 79 34 88 02 — Courrier : Association E-Cosplay, 42 rue de Saint-Quentin, 02800 Beautor, France

    +

    Email : contact@e-cosplay.fr — Tel : 07 66 95 70 06 — Courrier : Association E-Cosplay, 42 rue de Saint-Quentin, 02800 Beautor, France

    Derniere mise a jour : 31/03/2026

    diff --git a/templates/pdf/contrat_revendeur.html.twig b/templates/pdf/contrat_revendeur.html.twig index cad2c71..ed4bd32 100644 --- a/templates/pdf/contrat_revendeur.html.twig +++ b/templates/pdf/contrat_revendeur.html.twig @@ -207,7 +207,7 @@