Collegepolice

This commit is contained in:
2025-12-29 21:55:54 +00:00
parent 066a2bd265
commit a194cccabf
7 changed files with 248 additions and 2 deletions

View File

@@ -658,3 +658,11 @@ function imprimer_quittance_client(idQuittance) {
* =================================================== */
modal.show();
}
function college_police()
{
if ($("#idPolice_C" ).val()>"")
{
window.location.assign($("#racineWeb" ).val()+"Collegepolice/");
}
}