Skip to content

Commit

Permalink
feat: remove gdglille contact from invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Jan 20, 2024
1 parent 5f91fdd commit 0d42282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/src/generator/templates/invoice_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default `
<div style="text-align: right; font-size: 8px">Siret: 82799961600010</div>
<div style="text-align: right; font-size: 8px">Email: [email protected]</div>
<div style="text-align: right; font-size: 8px">Email: <%= GDG_EMAIL %></div>
<div style="text-align: right; font-size: 8px">Téléphone: 06 47 47 42 02</div>
<div style="text-align: right; font-size: 8px">Comptable: [email protected]</div>
Expand Down
2 changes: 1 addition & 1 deletion functions/src/generator/templates/proforma_invoice_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default `
<div style="text-align: right; font-size: 8px">Siret: 82799961600010</div>
<div style="text-align: right; font-size: 8px">Email: [email protected]</div>
<div style="text-align: right; font-size: 8px">Email: <%= GDG_EMAIL %></div>
<div style="text-align: right; font-size: 8px">Téléphone: 06 47 47 42 02</div>
<div style="text-align: right; font-size: 8px">Comptable: [email protected]</div>
Expand Down

0 comments on commit 0d42282

Please sign in to comment.