a
This commit is contained in:
parent
63f71ec58c
commit
61c81d0107
|
|
@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user