diff --git a/Controleur/ControleurAjaxdetailprescription.php b/Controleur/ControleurAjaxdetailprescription.php index 8b895ad..d6b14a4 100644 --- a/Controleur/ControleurAjaxdetailprescription.php +++ b/Controleur/ControleurAjaxdetailprescription.php @@ -21,8 +21,6 @@ class ControleurAjaxdetailprescription extends Controleur { $detailprescriptions = $this->detailprescription->getdetailprescription($numeroPrescription); - $geds = $this->ged->getgedpharmacie(); - $this->genererVueAjax(array('prescription' => $prescription, 'detailprescriptions' => $detailprescriptions)); }