diff --git a/Controleur/ControleurAjaxprestationsprolongation.php b/Controleur/ControleurAjaxprestationsprolongation.php index 03e4f26..0e1557b 100755 --- a/Controleur/ControleurAjaxprestationsprolongation.php +++ b/Controleur/ControleurAjaxprestationsprolongation.php @@ -39,11 +39,12 @@ class ControleurAjaxprestationsprolongation extends Controleur { $noChambrePro = $this->prestation->getNumeroChambrePro($idProlongation); $nbreActesSansPrix = $this->prestation->getNbreActesSansPrix($numeroFeuilleMaladie, $idProlongation); - + $prixActeModifiable = $_SESSION['p_prixActeModifiable']; + $this->genererVueAjax(array('prolongations' => $prolongations, 'prolongations_total' => $prolongations_total, 'feuillemaladie' => $feuillemaladie, 'nbreActeEntentePrealable' => $nbreActeEntentePrealable, 'listeProlongations' => $listeProlongations, 'prixChambreProlongation' => $prixChambreProlongation, 'idProlongation' => $idProlongation, 'nbreActesSansPrix' => $nbreActesSansPrix, - 'noChambrePro' => $noChambrePro)); + 'noChambrePro' => $noChambrePro, 'prixActeModifiable' => $prixActeModifiable)); } } \ No newline at end of file diff --git a/Controleur/ControleurAjaxselectactesmedicauxhospitalisation.php b/Controleur/ControleurAjaxselectactesmedicauxhospitalisation.php index 95b8773..9d42143 100755 --- a/Controleur/ControleurAjaxselectactesmedicauxhospitalisation.php +++ b/Controleur/ControleurAjaxselectactesmedicauxhospitalisation.php @@ -12,9 +12,8 @@ class ControleurAjaxselectactesmedicauxhospitalisation extends Controleur { private $prescription; private $prestation; private $garantie; - - - public function __construct() { + + public function __construct() { $this->feuillemaladie = new Feuillemaladie(); $this->acte = new Detailtarifacte(); $this->prestation = new Prestationactes(); @@ -45,8 +44,6 @@ class ControleurAjaxselectactesmedicauxhospitalisation extends Controleur { $hospit_total = $this->prestation->gethospitalisation_total($numeroFeuilleMaladie); - - if($feuillemaladie['optionHospitalisation'] == "option-1"){ $codeActe = "HHM"; $plafondHospitalisation = $_SESSION['p_bareme']['gar_forfaitPlafondBeneficiaire']; @@ -195,15 +192,10 @@ class ControleurAjaxselectactesmedicauxhospitalisation extends Controleur { $numeroChambre = $this->requete->getParametreFormulaire("numeroChambre"); $this->prestation->validerhospitalisation(); - - // $this->executerAction("index"); } public function supprimeacte() { - $this->prestation->supprimeactesansprix(); - - // $this->executerAction("index"); } } \ No newline at end of file diff --git a/Vue/Ajaxprestationsprolongation/index.php b/Vue/Ajaxprestationsprolongation/index.php index d032cb6..610ce8b 100755 --- a/Vue/Ajaxprestationsprolongation/index.php +++ b/Vue/Ajaxprestationsprolongation/index.php @@ -41,10 +41,7 @@ $bonCaduc = "0"; } - //var_dump($facture); - //var_dump($bonCaduc); - //$totalHospitalisation = $prestations_total['fraisReel']; - + $prixActeModifiable = $_SESSION['p_prixActeModifiable']; ?> @@ -54,8 +51,6 @@ - - @@ -91,9 +86,9 @@ - - - + + + @@ -196,28 +186,26 @@ "0"): ?> - + - + - + - + + diff --git a/Vue/Ajaxselectactesmedicauxhospitalisation/index.php b/Vue/Ajaxselectactesmedicauxhospitalisation/index.php index 192576f..1abfe31 100755 --- a/Vue/Ajaxselectactesmedicauxhospitalisation/index.php +++ b/Vue/Ajaxselectactesmedicauxhospitalisation/index.php @@ -267,9 +267,9 @@ - - - + + + @@ -360,13 +360,13 @@ "0"): ?> - + - + - + - + @@ -400,15 +400,16 @@ - - - - - + + + + + + diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 78a5291..219bfb7 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -908,7 +908,7 @@ - +
@@ -114,11 +109,9 @@ $codeTypePrestation=$this->nettoyer($prolongation['codeTypePrestation']); $ententePrealable=$this->nettoyer($prolongation['ententePrealable']); $autorisation=$this->nettoyer($prolongation['autorisation']); - $codeTarifActe=$this->nettoyer($prolongation['codeTarifActe']); - - $libelleConsommable=$this->nettoyer($prolongation['libelleConsommable']); - + $codeTarifActe=$this->nettoyer($prolongation['codeTarifActe']); $valeurActeManuel = $this->nettoyer($prolongation['valeurActeManuel']); + $libelleConsommable=$this->nettoyer($prolongation['libelleConsommable']); if($valeurActeManuel == "0" ){ $valeurActeManuel = $this->nettoyer($prolongation['prixPrestataire']); @@ -143,6 +136,7 @@ { $libelleActe = $codeActe; } + $valeurActe = $this->nettoyer($prolongation['valeurActe']); $plafondActe = $this->nettoyer($prolongation['plafondActe']); @@ -157,10 +151,8 @@ $forfaitPlafond = ""; } - // $prixTarif = $this->nettoyer($prolongation['prixTarif']); - //var_dump($codeTarifActe!="CHAMB" && $valeurActe=="0"); $codeMotifDepassement = $this->nettoyer($prolongation['codeMotifDepassement']); $motif = $this->nettoyer($prolongation['motif']); @@ -172,8 +164,6 @@ $acteChambre = $this->nettoyer($prolongation['acteChambre']); ?> - -
- + - - -
@@ -312,6 +312,7 @@ { $libelleActe = $codeActe; } + $valeurActe = $this->nettoyer($prestation['valeurActe']); $plafondActe = $this->nettoyer($prestation['plafondActe']); @@ -341,7 +342,6 @@ $prixModifiableEnHospit = $this->nettoyer($prestation['tarif']); $acteChambre = $this->nettoyer($prestation['acteChambre']); - ?>
nettoyer($prestation['montantTm'])) ?> nettoyer($prestation['montantArembourser'])) ?> nettoyer($prestation['depassement'])) ?> - - + + KANE INITIAL