This commit is contained in:
2025-12-27 14:56:13 +00:00
parent d88f054ade
commit e22010b332
21 changed files with 2032 additions and 2818 deletions

View File

@@ -551,4 +551,14 @@ function afficher_quittances_police_periode() {
console.error("Erreur AJAX Quittances:", status, error);
}
});
}
function afficher_emission(idEmission)
{
if (idEmission>"0")
{
window.location.assign($("#racineWeb" ).val()+"Emission/"+idEmission+"/");
}
}