This commit is contained in:
KANE LAZENI 2026-07-27 17:29:06 +00:00
parent a25729a45d
commit 086d7069c0

View File

@ -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) : ?>