diff --git a/Controleur/ControleurRecherche.php b/Controleur/ControleurRecherche.php
index 70587bf..853e7f3 100755
--- a/Controleur/ControleurRecherche.php
+++ b/Controleur/ControleurRecherche.php
@@ -77,15 +77,6 @@ class ControleurRecherche extends Controleur {
exit;
}
- /*
- var_dump(
- array(
- "csrf_token" => $csrf_token,
- "flash_error" => $_SESSION['flash_error'],
- )
- );
- exit;
- */
$numeroBeneficiaire = trim($this->requete->getParametreFormulaire("numeroBeneficiaire"));
$numeroBonConsultation = trim($this->requete->getParametreFormulaire("numeroBonConsultation"));
@@ -96,17 +87,6 @@ class ControleurRecherche extends Controleur {
$numeroBonKine = trim($this->requete->getParametreFormulaire("numeroBonKine"));
$numeroBonSeance = trim($this->requete->getParametreFormulaire("numeroBonSeance"));
- /*
- $numeroBeneficiaire=trim($_POST['numeroBeneficiaire']);
- $numeroBonConsultation=trim($_POST['numeroBonConsultation']);
- $numeroBonOrdonnance=trim($_POST['numeroBonOrdonnance']);
- $numeroBonHospitalisation=trim($_POST['numeroBonHospitalisation']);
- $numeroBonOptique=trim($_POST['numeroBonOptique']);
- $numeroBonExamen=trim($_POST['numeroBonExamen']);
- $numeroBonKine=trim($_POST['numeroBonKine']);
- $numeroBonSeance=trim($_POST['numeroBonSeance']);
- */
-
if ($numeroBonConsultation=="0")
{
$numeroBonConsultation="";
@@ -173,12 +153,14 @@ class ControleurRecherche extends Controleur {
{
$resultat = $this->beneficiaire->getBeneficiaireConsultationCso($numeroBonConsultation);
+ var_dump($resulta);
+ return;
+
if(is_array($resultat)){
$idBeneficiaire = $resultat['idBeneficiaire'];
}else{
$idBeneficiaire = "0";
}
-
if ($idBeneficiaire > "0")
{
diff --git a/Js/fonctions.js b/Js/fonctions.js
index da16f8c..c16808e 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -24554,7 +24554,6 @@ function selectBeneficiaire(id, numero, nom, nomPolice, nomCollege, codeLienPare
}
-
function add_selected_acte_proforma_hosp(controle)
{
@@ -29045,4 +29044,3 @@ function annuler_substitution_medicament_new(idDetail) {
// Si l'utilisateur annule, ne rien faire (return implicite)
});
}
-
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 168230e..3c94d22 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -892,7 +892,7 @@
-
+