This commit is contained in:
2026-03-14 08:37:28 +00:00
parent 49926579a2
commit 5e3099b672
3 changed files with 16 additions and 612 deletions

View File

@@ -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();
}