From 9c4f248931c99d33b16f4bf0e1006947bb823712 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 28 Jul 2026 22:34:38 +0000 Subject: [PATCH] a --- Vue/Ajaxprixseancesea/index.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Vue/Ajaxprixseancesea/index.php b/Vue/Ajaxprixseancesea/index.php index 99be241..adec94f 100755 --- a/Vue/Ajaxprixseancesea/index.php +++ b/Vue/Ajaxprixseancesea/index.php @@ -29,6 +29,14 @@ $prixActeModifiable = $_SESSION['p_prixActeModifiable']; $valeurActe = $this->nettoyer($prescription['valeurActeSeance']); $prixActe = $valeurActe; + + $modeSaisieFacture = $_SESSION['p_modeSaisieFacture']; + $otpStatus = $this->nettoyer($prescription['otpStatus']); + + if($modeSaisieFacture=="1") + { + $otpStatus = -1; // Pas OTP en mode Décompte + } ?> @@ -46,6 +54,7 @@ +