This commit is contained in:
2026-01-05 09:56:06 +00:00
parent 5dab039b08
commit ab48861ec6
2 changed files with 10 additions and 1 deletions

View File

@@ -3398,3 +3398,12 @@ function imprimer_liste_assures_date()
}
});
}
function exporter_liste_assures()
{
$('#div_exporter_liste_assures').html('');
$("#btn_exporter_liste_assures").click();
}