This commit is contained in:
2026-01-02 16:08:53 +00:00
parent 24ada09216
commit 15f55fec32
2 changed files with 6 additions and 1 deletions

View File

@@ -1320,3 +1320,8 @@ function ajaxListerLocalite()
}
});
}
function imprimer_contrat()
{
window.location.assign($("#racineWeb" ).val()+"Contrat/");
}