This commit is contained in:
KANE LAZENI 2026-07-27 11:34:14 +00:00
parent 63f71ec58c
commit 61c81d0107

View File

@ -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");
}
}