a
This commit is contained in:
parent
3c30d241dd
commit
55f208121b
|
|
@ -6307,7 +6307,7 @@ async function valider_opticien() {
|
|||
const otpStatus = Number($("#otpStatus").val());
|
||||
|
||||
alert("otpStatus => "+otpStatus);
|
||||
|
||||
|
||||
// Gestion OTP facturation
|
||||
let o_msg = "";
|
||||
let o_msgEng = "";
|
||||
|
|
@ -19011,7 +19011,6 @@ function reinit_chercher_ordonnance_opt()
|
|||
type: 'POST',
|
||||
// data: donnees,
|
||||
success: function(data) {
|
||||
// window.location.assign($("#racineWeb" ).val()+"Opticien/");
|
||||
},
|
||||
error: function(data) {
|
||||
},
|
||||
|
|
|
|||
|
|
@ -434,7 +434,7 @@
|
|||
);
|
||||
?>
|
||||
<input class="sr-only" id="otpStatus" name="otpStatus" type="text" value= "<?= $otpStatus ?>" >
|
||||
|
||||
|
||||
<?php if($bonCaduc=="0" or $modeSaisieFacture==1) : ?>
|
||||
<div id="recap">
|
||||
<?php if($idPrestationactes=="0" || $codeReponseEntentePrealable == "1"): ?>
|
||||
|
|
@ -666,7 +666,7 @@
|
|||
<INPUT TYPE="button" class="form-control btn btn-info" style="font-weight:bold; font-size:12pt;" id="btn-demande-accord" name="btn-demande-accord" value="<?= _("Envoyer une demande d'accord préalable...") ?>"
|
||||
onclick="javascript:demander_accord_opt('<?= $idDetailOptique ?>','<?= $codeReponseEntentePrealable ?>');">
|
||||
</td>
|
||||
<?php elseif ($codeReponseEntentePrealable != "1") :?>
|
||||
<?php elseif (!in_array($codeReponseEntentePrealable, array("1", "9"))) :?>
|
||||
<td colspan="12">
|
||||
<marquee behavior="scroll" direction="left" scrollamount="10" style="color:red; background-color:yellow; font-size:14pt">
|
||||
<?= _("Veuillez patienter, la demande sera traitée dans un instant! Merci.") ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user