fgh
This commit is contained in:
parent
0c7d873381
commit
97e62f5cc0
|
|
@ -85845,7 +85845,16 @@ function modifier_param_fact_garant(superUser)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
window.location.assign($("#racineWeb" ).val()+"Paramfacturegarant/");
|
v_msg="Etes-vous sûr de vouloir modifier ces paramètres ?";
|
||||||
|
v_msgEng="Are you sure you want to change these settings?";
|
||||||
|
|
||||||
|
confirm_ebene(v_msg, v_msgEng)
|
||||||
|
.then((isConfirmed) => {
|
||||||
|
if (isConfirmed) {
|
||||||
|
window.location.assign($("#racineWeb" ).val()+"Paramfacturegarant/");
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function consulter_param_fact_garant()
|
function consulter_param_fact_garant()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user