a
This commit is contained in:
parent
7cea3ac755
commit
4ae47737f1
|
|
@ -5357,7 +5357,17 @@ async function facturer_feuillemaladie() {
|
|||
return;
|
||||
}
|
||||
|
||||
// Vérification si le prix est nul
|
||||
const otpStatus = $("#otpStatus").val();
|
||||
// Gestion OTP facturation
|
||||
alert("otpStatus => "+otpStatus);
|
||||
if (otpStatus!=1 && otpStatus!=-1) {
|
||||
const v_msg = "Déjà facturé!";
|
||||
const v_msgEng = "Already charged!";
|
||||
alert_ebene(v_msg, v_msgEng);
|
||||
return;
|
||||
}
|
||||
|
||||
// Vérification si le prix est nul
|
||||
if (prixActe === "0") {
|
||||
const v_msg = "Rien à facturer!";
|
||||
const v_msgEng = "Nothing to charge!";
|
||||
|
|
|
|||
|
|
@ -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.26.00"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.26.01"></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