This commit is contained in:
2026-07-31 12:26:18 +00:00
parent 792ba198ad
commit 594214149e

View File

@@ -21,8 +21,6 @@ class ControleurAjaxdetailprescription extends Controleur {
$detailprescriptions = $this->detailprescription->getdetailprescription($numeroPrescription);
$geds = $this->ged->getgedpharmacie();
$this->genererVueAjax(array('prescription' => $prescription, 'detailprescriptions' => $detailprescriptions));
}