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