a
This commit is contained in:
@@ -1819,7 +1819,6 @@ function ajaxprixacte()
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if(codeActe==codeActeConsultationGratuite){
|
||||
$('#bonPrincipal').removeAttr('disabled');
|
||||
$('#bonPrincipal').attr('required', 'required');
|
||||
@@ -1851,10 +1850,6 @@ function ajaxprixacte()
|
||||
|
||||
$("#infosacte").html('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxprixacte/",
|
||||
type : 'post',
|
||||
@@ -1863,8 +1858,7 @@ function ajaxprixacte()
|
||||
},
|
||||
success: function(data) {
|
||||
$("#infosacte").html(data);
|
||||
//getstatutacte();
|
||||
//afficheDivPlafond();
|
||||
$('#div_test_gabarit').html($("#infosacte").html());
|
||||
$("#numeroBon").val("");
|
||||
$("#codeRaisonConsultation").focus();
|
||||
$("#msgErreur").html("");
|
||||
|
||||
Reference in New Issue
Block a user