Browse Source

Merge branch 'hotfix/v8-3005'

Conflicts:
	pages/subscription.vue
Olivier Massot 3 years ago
parent
commit
9a9eb85152

+ 2 - 0
assets/css/.gitignore

@@ -0,0 +1,2 @@
+*.css
+*.css.map

+ 1 - 0
lang/content/subscription/fr-FR.js

@@ -7,6 +7,7 @@
  */
 export default (context, locale) => {
   return ({
+    until: 'Jusqu\'au',
     get_more_functionalities_with_version: 'Bénéficiez de plus de fonctionnalités avec la version',
     for_only_x_eur_ttc_by_month: 'Pour seulement {price} TTC par mois',
     convert_price_to_sms: 'soit {nb_sms} SMS',

+ 4 - 3
pages/subscription.vue

@@ -27,7 +27,8 @@ Page 'Mon abonnement'
                         v-for="line in dolibarrAccount.contract.lines"
                         :key="line.id"
                       >
-                        {{ line.serviceLabel }}
+                        {{ line.serviceLabel }} - {{ $t('until') }} :
+                        {{ $moment(line.dateEnd).format($moment.localeData($i18n.locale).longDateFormat('L')) }}
                       </div>
                     </td>
                   </tr>
@@ -135,7 +136,7 @@ Page 'Mon abonnement'
                         </div>
 
                         <p class="mt-3">
-                          <a href="/resources/ficheproduit_Opentalentartist.pdf" target="_blank">
+                          <a href="/resources/Fiche_produit_Opentalent_Artist.pdf" target="_blank">
                             {{ $t('product_sheet') }} {{ $t('PRODUCT_ARTIST_PREMIUM') }}
                           </a>
                         </p>
@@ -180,7 +181,7 @@ Page 'Mon abonnement'
                         </div>
 
                         <p class="mt-4">
-                          <a href="/resources/ficheproduit_Opentalentschool.pdf" target="_blank">
+                          <a href="/resources/Fiche_produit_Opentalent_School.pdf" target="_blank">
                             {{ $t('product_sheet') }} {{ $t('PRODUCT_SCHOOL') }}
                           </a>
                         </p>

BIN
static/resources/Fiche_produit_Opentalent_Artist.pdf


BIN
static/resources/Fiche_produit_Opentalent_Manager.pdf


BIN
static/resources/Fiche_produit_Opentalent_School.pdf