a
This commit is contained in:
parent
52b5ce4c51
commit
7e8209b6a7
|
|
@ -5535,6 +5535,7 @@ function facturer_pha()
|
|||
donnees = charger_csrf_token("");
|
||||
|
||||
alert(donnees);
|
||||
return;
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxdetailpharmacien/enregistrerpharmacie/",
|
||||
|
|
|
|||
|
|
@ -647,9 +647,9 @@
|
|||
<h5 class="alert alert-danger" style="height:35px; padding:5px; text-align:center; margin-bottom:5px;"> <?= $messageOtp ?> </h5>
|
||||
|
||||
<?php if($otpStatus=='0') : ?>
|
||||
<form action="Pharmacien/envoyerotp" method="post">
|
||||
<form action="Feuillemaladie/envoyerotp" method="post">
|
||||
<?php else: ?>
|
||||
<form action="Pharmacien/confirmerotp" method="post">
|
||||
<form action="Feuillemaladie/confirmerotp" method="post">
|
||||
<?php endif; ?>
|
||||
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -195,9 +195,9 @@
|
|||
<h5 class="alert alert-danger" style="height:35px; padding:5px; text-align:center; margin-bottom:5px;"> <?= $messageOtp ?> </h5>
|
||||
|
||||
<?php if($otpStatus=='0') : ?>
|
||||
<form action="Feuillemaladie/envoyerotp" method="post">
|
||||
<form action="Pharmacien/envoyerotp" method="post">
|
||||
<?php else: ?>
|
||||
<form action="Feuillemaladie/confirmerotp" method="post">
|
||||
<form action="Pharmacien/confirmerotp" method="post">
|
||||
<?php endif; ?>
|
||||
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -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.08"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.27.00"></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