This commit is contained in:
2025-12-20 07:31:23 +00:00
parent 812e4279f9
commit 55452d8dfa
3 changed files with 5 additions and 3 deletions

View File

@@ -1640,6 +1640,8 @@ function ajaxcommission()
function selectionTauxGarant()
{
alert("selectionTauxGarant");
$.ajax({
url: $("#racineWeb").val()+"Ajaxcommissiongarant/",
type : 'post',
@@ -91905,5 +91907,5 @@ function gerer_garant_defaut()
$('#codeGcAssureur').val(codeGcAssureurDefaut);
$('#codeGcAssureur').click();
selectionTauxGarant();
}