From 61c81d0107dd4bc78d0b784c7da392b9daba06ef Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 27 Jul 2026 11:34:14 +0000 Subject: [PATCH] a --- Controleur/ControleurLaboratoire.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurLaboratoire.php b/Controleur/ControleurLaboratoire.php index b126e72..eff92a7 100755 --- a/Controleur/ControleurLaboratoire.php +++ b/Controleur/ControleurLaboratoire.php @@ -233,7 +233,7 @@ class ControleurLaboratoire extends Controleur { $this->feuille->maj_otp($idOtpFacturePrestation, '9'); // incorrect } - $this->rediriger("Pharmacien"); + $this->rediriger("Laboratoire"); } } @@ -242,7 +242,7 @@ class ControleurLaboratoire extends Controleur { $codeTypeFacture = "LAB"; $otpValue = mt_rand(100000, 999999); $this->feuille->envoyer_otp($codeTypeFacture, $otpValue); - $this->rediriger("Pharmacien"); + $this->rediriger("Laboratoire"); } } \ No newline at end of file