a
This commit is contained in:
parent
2d68b5eded
commit
a10c7454d0
|
|
@ -5611,8 +5611,6 @@ async function valider_pharmacie_pha() {
|
|||
|
||||
const otpStatus = Number($("#otpStatus").val());
|
||||
|
||||
alert("otpStatus => "+otpStatus);
|
||||
|
||||
// Gestion OTP facturation
|
||||
let o_msg = "";
|
||||
let o_msgEng = "";
|
||||
|
|
|
|||
|
|
@ -602,7 +602,6 @@ class Feuillemaladie extends Modele {
|
|||
$idBeneficiaire = $_SESSION['p_idBeneficiaire_C'];
|
||||
$user = $_SESSION['p_login'];
|
||||
$numeroFeuilleMaladie = $_SESSION['p_numeroFeuilleMaladie_C'];
|
||||
// $codeTypeFacture = "CSO";
|
||||
|
||||
$this->executerRequete($sql, array($codeSociete, $codePrestataire, $idBeneficiaire, $numeroFeuilleMaladie, $codeTypeFacture, $otpValue, $user, $hash));
|
||||
}
|
||||
|
|
@ -612,7 +611,6 @@ class Feuillemaladie extends Modele {
|
|||
$codePrestataire = $_SESSION['p_codePrestataire_C'];
|
||||
$idBeneficiaire = $_SESSION['p_idBeneficiaire_C'];
|
||||
$numeroFeuilleMaladie = $_SESSION['p_numeroFeuilleMaladie_C'];
|
||||
// $codeTypeFacture = "CSO";
|
||||
|
||||
$sql = 'CALL sp_p_get_otp_facture_prestation(?, ?, ?, ?);';
|
||||
$resultat = $this->executerRequete($sql, array($codePrestataire, $idBeneficiaire, $numeroFeuilleMaladie, $codeTypeFacture));
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@
|
|||
<input class="sr-only" type="text" id="devise" name="devise" value="<?= $_SESSION['p_devise_C'] ?>">
|
||||
<input class="sr-only" id="codeTypePrestataire" name="codeTypePrestataire" type="text" value= "<?= $_SESSION['p_codeTypePrestataire_C'] ?>" >
|
||||
|
||||
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||
<!-- <input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>"> -->
|
||||
<input class="form-control" TYPE="text" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||
|
||||
<button id="btn_ordonnance" NAME="btn_ordonnance" type="button" class="sr-only" onclick="actualiseordonnancepha();"> TEST </button>
|
||||
<button id="btn_livarison" NAME="btn_livarison" type="button" class="sr-only" onclick="actualise_livraisonpha_substituer();"> TEST </button>
|
||||
|
|
@ -110,8 +111,7 @@
|
|||
?>
|
||||
|
||||
<input class="sr-only" id="bonCaduc" name="bonCaduc" type="text" value= "<?= $bonCaduc ?>" >
|
||||
<!-- <input class="sr-only" id="otpStatus" name="otpStatus" type="text" value= "<?= $otpStatus ?>" > -->
|
||||
<input class="form-control" TYPE="text" id="otpStatus" name="otpStatus" value= "<?= $otpStatus ?>" >
|
||||
<input class="sr-only" id="otpStatus" name="otpStatus" type="text" value= "<?= $otpStatus ?>" >
|
||||
|
||||
<div id="pharmacien">
|
||||
<?php if($estRempalace) : ?>
|
||||
|
|
|
|||
|
|
@ -885,7 +885,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.07.27.01"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.27.02"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user