a
This commit is contained in:
parent
b7206ae592
commit
628b4d7d2e
|
|
@ -1640,8 +1640,6 @@ function ajaxcommission()
|
|||
|
||||
function selectionTauxGarant()
|
||||
{
|
||||
alert("selectionTauxGarant => "+$("#codeGcAssureur").val());
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxcommissiongarant/",
|
||||
type : 'post',
|
||||
|
|
@ -91903,16 +91901,10 @@ function gerer_garant_defaut()
|
|||
{
|
||||
codeGcAssureurDefaut=$("#codeGcAssureurDefaut").val();
|
||||
|
||||
alert("codeGcAssureurDefaut => "+codeGcAssureurDefaut);
|
||||
|
||||
if(codeGcAssureurDefaut>" ")
|
||||
{
|
||||
$('#codeGcAssureur').val(codeGcAssureurDefaut);
|
||||
|
||||
selectionTauxGarant();
|
||||
}
|
||||
else
|
||||
{
|
||||
alert("Fonctionnemant normal");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user