Skip to content

Commit

Permalink
Merge branch 'develop' into ITEM-54_PRIORITÉ_1-2_CAS_1_Suppression_à_…
Browse files Browse the repository at this point in the history
…partir_d'un_fichier_PPN_RCR_EPN
  • Loading branch information
jvk88511334 authored Jul 29, 2024
2 parents 7e78224 + 40d3af6 commit a090467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private void stockerFichierOnDisk(MultipartFile file, Fichier fichier, DemandeSu
fichier.checkFileContent(demande);
//suppression des lignes vides d'un fichier initial de ppn / epn
if (fichier.getType() == Constant.ETATDEM_PREPARATION) {
FichierInitial fichierInitialSupp = (FichierInitialSupp) fichier;
FichierInitialSupp fichierInitialSupp = (FichierInitialSupp) fichier;
fichierInitialSupp.supprimerRetourChariot();
}
checkEtatDemande(demande);
Expand Down

0 comments on commit a090467

Please sign in to comment.