a
This commit is contained in:
parent
a25729a45d
commit
086d7069c0
|
|
@ -417,7 +417,21 @@
|
|||
|
||||
$agePrescription = $this->nettoyer($prescription['agePrescription']);
|
||||
$bonCaduc = $this->nettoyer($prescription['bonCaduc']);
|
||||
|
||||
$otpStatus = $this->nettoyer($prescription['otpStatus']);
|
||||
|
||||
if($modeSaisieFacture=="1")
|
||||
{
|
||||
$bonCaduc = "0";
|
||||
$otpStatus = -1; // Pas OTP en mode Décompte
|
||||
}
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"idPrestationactes" => $idPrestationactes,
|
||||
"codeReponseEntentePrealable" => $codeReponseEntentePrealable,
|
||||
"otpStatus" => $otpStatus,
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
||||
<?php if($bonCaduc=="0" or $modeSaisieFacture==1) : ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user