Prechádzať zdrojové kódy

Merge branch 'hotfix/V8-6799-formations--retirer-la-mention-l'

Olivier Massot 1 rok pred
rodič
commit
36892ba111
1 zmenil súbory, kde vykonal 6 pridanie a 6 odobranie
  1. 6 6
      components/Formation/Catalogue.vue

+ 6 - 6
components/Formation/Catalogue.vue

@@ -87,8 +87,8 @@
         <v-row class="center-90 font-weight-medium">
           <v-banner color="info" lines="one" :stacked="false">
             <v-icon icon="fas fa-circle-info" class="text-info mr-2" />
-            Les formations dispensées par 2iopenservice sont exonérées de TVA
-            (Art.261,4-4° CGI)
+            Les formations dispensées par Opentalent sont soumises à la TVA à
+            20%.
           </v-banner>
         </v-row>
       </v-row>
@@ -137,7 +137,7 @@ const courses: Array<Training> = [
         ],
       },
     ],
-    price: '2 008,80€ HT',
+    price: '2008,80€ TTC (1674,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-School_2-jours.pdf',
@@ -163,7 +163,7 @@ const courses: Array<Training> = [
         objectives: ['Répertoire'],
       },
     ],
-    price: '1004,40€ HT',
+    price: '1004,40€ TTC (837,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-School_1-jour.pdf',
@@ -190,7 +190,7 @@ const courses: Array<Training> = [
         objectives: ['Configuration côté logiciel'],
       },
     ],
-    price: '1004,40€ HT',
+    price: '1004,40€ TTC (837,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-Typo3_1-jour.pdf',
@@ -218,7 +218,7 @@ const courses: Array<Training> = [
         ],
       },
     ],
-    price: '2008,80€ HT',
+    price: '2008,80€ TTC (1674,00€ HT)',
     url:
       runtimeConfig.public.fileStorageBaseUrl +
       '/Programme_de_formation/PF-Metabase_2-jours.pdf',