Skip to content

Commit

Permalink
imp: Change the address of Flus
Browse files Browse the repository at this point in the history
  • Loading branch information
marienfressinaud committed Sep 2, 2024
1 parent f84c2fd commit 987fcf1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/services/InvoicePDF.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ public function Footer(): void
{
$support_email = \Minz\Configuration::$application['support_email'];
$footer = [
'Marien Fressinaud Mas de Feix / Flus – 57 rue du Vercors, 38000 Grenoble – ' . $support_email,
'micro-entreprise – N° Siret 878 196 278 00013 – 878 196 278 R.C.S. Grenoble',
'Marien Fressinaud Mas de Feix / Flus – 4 bis rue Germain, 38100 Grenoble – ' . $support_email,
'micro-entreprise – N° Siret 878 196 278 00021 – 878 196 278 R.C.S. Grenoble',
'TVA non applicable, art. 293 B du CGI',
];

Expand Down
4 changes: 2 additions & 2 deletions src/views/home/cgv.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@

<p>
Le vendeur désigne Marien Fressinaud.
Adresse&nbsp;: 57 rue du Vercors – 38000 Grenoble – France.
Adresse&nbsp;: 4 bis rue Germain – 38100 Grenoble – France.
<a href="<?= url('contact') ?>">Contact</a>
</p>

<p>
Flus, micro-entreprise<br />
<abbr>RCS</abbr> Grenoble 878 196 278<br />
N° Siret : 878 196 278 00013<br />
N° Siret : 878 196 278 00021<br />
<abbr>TVA</abbr> non applicable, article 293 B du <abbr>CGI</abbr>
</p>

Expand Down
2 changes: 1 addition & 1 deletion src/views/home/legal.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<p>
Flus, micro-entreprise<br />
<abbr>RCS</abbr> Grenoble 878 196 278<br />
N° Siret&nbsp;: 878 196 278 00013
N° Siret&nbsp;: 878 196 278 00021
</p>

<h2 id="hébergeur">Hébergeur</h2>
Expand Down

0 comments on commit 987fcf1

Please sign in to comment.