diff --git a/Js/fonctions.js b/Js/fonctions.js
index 5d5ff26..e727377 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -22397,8 +22397,6 @@ function enregistrerTypeHospitalisation(type){
}
return false;
}else{
-
- //ajaxactespossibles_selection_hospitalisation();
}
@@ -22412,6 +22410,8 @@ function enregistrerTypeHospitalisation(type){
function ajaxactespossibles_selection_hospitalisation()
{
+ $("#totam_donnees").html('
' + '
');
+
var codeFamilleActe = "FA100";
donnees = 'codeFamilleActe='+codeFamilleActe;
@@ -22495,8 +22495,6 @@ function examenhospitalisation(libelle)
var donnees = 'libelle='+ libelle;
- //alert(donnees); return;
-
vLink = "Ajaxchargeractesexamenhospitalisation/";
$.ajax({
@@ -22757,8 +22755,6 @@ function majChambreProrogation(idProlongation, noChambrePro)
},
success: function(data)
{
- //ajaxactespossibles_selection_hospitalisation();
-
},
complete: function()
{
@@ -23046,8 +23042,6 @@ function majDebutHospitalisation()
},
success: function(data)
{
- //ajaxactespossibles_selection_hospitalisation();
-
},
complete: function()
{
@@ -23112,8 +23106,6 @@ function majTypeHospitalisation()
},
success: function(data)
{
- //ajaxactespossibles_selection_hospitalisation();
-
},
complete: function()
{
@@ -28702,12 +28694,8 @@ function ajaxprixseancesea()
type : 'post',
data: donnees,
error: function(errorData) {
- // $('#div_test_gabarit').html(errorData);
- // alert(errorData);
},
success: function(data) {
- // $('#div_test_gabarit').html(data);
- // alert(data);
$("#infosacte").html(data);
},
complete: function() {
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 5b30c7a..54bfc2e 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -908,7 +908,7 @@
-
+