Skip to content

Commit

Permalink
fix solve issue with generator
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Jan 29, 2024
1 parent e480431 commit 00b6192
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functions/src/generator/templates/convention_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and **<%= COMPANY %>** here referred as the Partner (register number: <%= SIRET
## I - PURPOSE OF THE AGREEMENT
The purpose of the present Agreement is to thoroughly regulate the Partnership concluded between the Association and the Partner in relation with the organization of the <%== EVENT_NAME %> **<%= EVENT_EDITION %>** conference.
The purpose of the present Agreement is to thoroughly regulate the Partnership concluded between the Association and the Partner in relation with the organization of the <%= EVENT_NAME %> **<%= EVENT_EDITION %>** conference.
This Agreement defines, in a non-exhaustive manner, the main rights and obligations of the two Parties, given the unanimous consent that the former may evolve in time; the main purpose being to develop a strong Partnership for the best interest of both Parties.
Expand Down
2 changes: 1 addition & 1 deletion functions/src/generator/templates/convention_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Ci-après "le Partenaire".
## I - OBJET DE LA CONVENTION
Cette convention est destinée à régir, de la manière la plus complète possible, la relation de partenariat conclue entre l'association et le partenaire, en vue principalement de l’organisation de l'évènement **<%== EVENT_NAME %> <%= EVENT_EDITION %>**.
Cette convention est destinée à régir, de la manière la plus complète possible, la relation de partenariat conclue entre l'association et le partenaire, en vue principalement de l’organisation de l'évènement **<%= EVENT_NAME %> <%= EVENT_EDITION %>**.
Elle précise de façon non exhaustive les droits et les obligations principaux des deux contractants, étant entendu que ceux-ci peuvent évoluer au fil du temps conformément à l'article VI - Modifications ; l’objectif principal étant que le partenariat qui unit les deux parties se développe au maximum et dans le sens des intérêts de chacun.
Expand Down
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 @@ -43,7 +43,7 @@ export default `
<tbody>
<tr>
<td><b><%= DATE %></b></td>
<td>Partenariat <%== EVENT_NAME %> <%= EVENT_EDITION %></td>
<td>Partenariat <%= EVENT_NAME %> <%= EVENT_EDITION %></td>
<td><%= SPONSORING_NUMBER %> € HT</td>
</tr>
<tr>
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 @@ -44,7 +44,7 @@ export default `
<tbody>
<tr>
<td><b><%= DATE %></b></td>
<td>Partenariat <%== EVENT_NAME %> <%= EVENT_EDITION %></td>
<td>Partenariat <%= EVENT_NAME %> <%= EVENT_EDITION %></td>
<td><%= SPONSORING_NUMBER %> € HT</td>
</tr>
<tr>
Expand Down

0 comments on commit 00b6192

Please sign in to comment.