diff --git a/Controleur/ControleurAjaxdetailexamen.php b/Controleur/ControleurAjaxdetailexamen.php index b2d8ef1..e99dccf 100755 --- a/Controleur/ControleurAjaxdetailexamen.php +++ b/Controleur/ControleurAjaxdetailexamen.php @@ -26,7 +26,6 @@ class ControleurAjaxdetailexamen extends Controleur { $detailprescriptions = $this->detailprescription->getdetailexamenfeuille(); - $detailnonlivres = $this->prescription->getdetailnonlivre(); $detaillivres = $this->prescription->getdetaillivre(); diff --git a/Controleur/ControleurExamensmedicaux.php b/Controleur/ControleurExamensmedicaux.php index 1d51e0a..73cae3f 100755 --- a/Controleur/ControleurExamensmedicaux.php +++ b/Controleur/ControleurExamensmedicaux.php @@ -160,6 +160,7 @@ class ControleurExamensmedicaux extends Controleur { $geds = $this->ged->getgedexamen(); $prixActeModifiable = $this->acte->getPrixActeModifiable(); + $_SESSION['p_prixActeModifiable'] = $prixActeModifiable; $this->genererVue(array('prescription' => $prescription, 'detailprescriptions' => $detailprescriptions,'tauxCouverture' => $tauxCouverture, 'detailnonlivres' => $detailnonlivres, 'detaillivres' => $detaillivres, 'prestations_total' => $prestations_total, 'geds' => $geds, diff --git a/Js/fonctions.js b/Js/fonctions.js index 2d5614f..6d79f9b 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -9760,14 +9760,10 @@ function ajouterexamen_tous() type: 'POST', success: function(data) { $("#livraison").html(data); - //afficheDivPlafond(); - //getstatutacte("PH"); - }, error: function(data) { }, complete: function() { - //alerter_depassement_limite_cso(); } }); } diff --git a/Vue/Ajaxdetailexamen/index.php b/Vue/Ajaxdetailexamen/index.php index 898c06c..4743fde 100755 --- a/Vue/Ajaxdetailexamen/index.php +++ b/Vue/Ajaxdetailexamen/index.php @@ -1,3 +1,8 @@ + $prixActeModifiable"; + +?>
| = _("Prix Unitaire") ?> | = _("Qté") ?> | = _("Prix Total") ?> | -= _("Accord") ?> | @@ -47,8 +47,6 @@ $ententePrealable = $this->nettoyer($detailnonlivre['ententePrealable']); $codeActe = $this->nettoyer($detailnonlivre['codeActe']); $libelleActe = $this->nettoyer($detailnonlivre['libelleActe']); - - $codeGarantie = $this->nettoyer($detailnonlivre['codeGarantie']); $tarif = $this->nettoyer($detailnonlivre['tarif']); ?> @@ -89,7 +87,6 @@ -
|---|