Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ITEM-264-front-modifier-telechar…
Browse files Browse the repository at this point in the history
…gement-dans-tableau-de-bord' into ITEM-261-front-modifier-le-workflow-de-suppression
  • Loading branch information
EryneKL committed Oct 14, 2024
2 parents c85b8d4 + 9298253 commit 5256a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuDownloadFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<!-- FICHIER INITIAL SUPP -->
<v-list-item-title>Télécharger le fichier initial des {{ demande.typeSuppression }}</v-list-item-title>
</v-list-item>
<v-list-item @click="downloadFile('fichier_correspondance', '.csv')">
<v-list-item v-if="demande.typeSuppression === 'PPN'" @click="downloadFile('fichier_correspondance', '.csv')">
<!-- FICHIER PREPARE SUPP -->
<v-list-item-title>
Télécharger le fichier de correspondance PPN/RCR/EPN
Expand Down

0 comments on commit 5256a45

Please sign in to comment.