f
This commit is contained in:
parent
b8974e8bfd
commit
36f658ad7e
|
|
@ -3040,7 +3040,14 @@ function importer_modele_assure(idAvenant) {
|
|||
}
|
||||
|
||||
var div_export = $('#div_exporter_liste_assures');
|
||||
div_export.html('<div class="text-center py-5"><div class="spinner-border text-info" role="status"></div><p class="mt-2">Analyse du fichier et liaison à l\'avenant...</p></div>');
|
||||
|
||||
const codeLangue = $("#codeLangue").val();
|
||||
|
||||
if(codeLangue === "en_US") {
|
||||
div_export.html('<div class="text-center py-5"><div class="spinner-border text-info" role="status"></div><p class="mt-2">Analyze the file and attach it to the amendment.</p></div>');
|
||||
} else{
|
||||
div_export.html('<div class="text-center py-5"><div class="spinner-border text-info" role="status"></div><p class="mt-2">Analyse du fichier et liaison à l\'avenant...</p></div>');
|
||||
}
|
||||
|
||||
var donnees = {
|
||||
idAvenant: idAvenant,
|
||||
|
|
|
|||
|
|
@ -687,7 +687,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.02.09.00"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.02.16.00"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user