diff --git a/Controleur/ControleurAjaxdetailprescription.php b/Controleur/ControleurAjaxdetailprescription.php
index d6b14a4..8b895ad 100644
--- a/Controleur/ControleurAjaxdetailprescription.php
+++ b/Controleur/ControleurAjaxdetailprescription.php
@@ -21,6 +21,8 @@ class ControleurAjaxdetailprescription extends Controleur {
$detailprescriptions = $this->detailprescription->getdetailprescription($numeroPrescription);
+ $geds = $this->ged->getgedpharmacie();
+
$this->genererVueAjax(array('prescription' => $prescription, 'detailprescriptions' => $detailprescriptions));
}
diff --git a/Vue/Ajaxdetailprescription/index.php b/Vue/Ajaxdetailprescription/index.php
index f783810..ecdd42d 100644
--- a/Vue/Ajaxdetailprescription/index.php
+++ b/Vue/Ajaxdetailprescription/index.php
@@ -193,52 +193,4 @@
-
-
-
- " ")) : ?>
-
-
-
-
-
- | Date |
- = _("Document GED") ?> |
- = _("Télécharger") ?> |
-
-
-
- nettoyer($ged['idGed']);
- $cheminFichier = $this->nettoyer($ged['cheminFichier']);
- ?>
-
- | = dateheureLang($this->nettoyer($ged['dateSysteme'])) ?> |
- = $this->nettoyer($ged['nomOrigine']) ?> |
-
- = _("Télécharger") ?>
- |
-
-
-
-
-
-
diff --git a/Vue/Prescription/index.php b/Vue/Prescription/index.php
index 9ae316a..ee1c81c 100644
--- a/Vue/Prescription/index.php
+++ b/Vue/Prescription/index.php
@@ -462,53 +462,6 @@
-
-
-
- " ")) : ?>
-
-
-
-
-
- | Date |
- = _("Document GED") ?> |
- = _("Télécharger") ?> |
-
-
-
- nettoyer($ged['idGed']);
- $cheminFichier = $this->nettoyer($ged['cheminFichier']);
- ?>
-
- | = dateheureLang($this->nettoyer($ged['dateSysteme'])) ?> |
- = $this->nettoyer($ged['nomOrigine']) ?> |
-
- = _("Télécharger") ?>
- |
-
-
-
-
-
@@ -618,3 +571,52 @@
+
+
+ GED MEDIC
+
+
+ " ")) : ?>
+
+
+
+
+
+ | Date |
+ = _("Document GED") ?> |
+ = _("Télécharger") ?> |
+
+
+
+ nettoyer($ged['idGed']);
+ $cheminFichier = $this->nettoyer($ged['cheminFichier']);
+ ?>
+
+ | = dateheureLang($this->nettoyer($ged['dateSysteme'])) ?> |
+ = $this->nettoyer($ged['nomOrigine']) ?> |
+
+ = _("Télécharger") ?>
+ |
+
+
+
+
+