a
This commit is contained in:
@@ -22441,16 +22441,13 @@ function ajaxactespossibles_selection_hospitalisation()
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
var nbreProlongation = parseInt($("#nbreProlongation").val());
|
||||
|
||||
if(nbreProlongation > "0"){
|
||||
for (let pas = 1; pas <= nbreProlongation; pas++) {
|
||||
cachLigneTab(pas);
|
||||
|
||||
//alert($("#noChambrePro"+pas).val());
|
||||
|
||||
|
||||
if ($("#noChambrePro"+pas).val()<=" ")
|
||||
{
|
||||
v_msg="Veuillez entrer le numero de chambre!";
|
||||
@@ -22463,11 +22460,8 @@ function ajaxactespossibles_selection_hospitalisation()
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
},
|
||||
complete: function() {
|
||||
//prestations_hospitalisation();
|
||||
afficherPlafondHospitalisation();
|
||||
ajax_btn_avishospitalisation();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user