a
This commit is contained in:
parent
1f59114256
commit
674309e23e
|
|
@ -24015,7 +24015,6 @@ function actualiseTauxCouverture()
|
|||
|
||||
}
|
||||
|
||||
//Modifier par sorel le 29-05-2023
|
||||
/**
|
||||
* Fonction pour ajouter un acte médical à la sélection
|
||||
* @param {string} codeActe - Code identifiant l'acte médical
|
||||
|
|
@ -24092,9 +24091,10 @@ async function ajouter_un_acte_selection(codeActe, prixBase, prixActe, ententePr
|
|||
});
|
||||
}
|
||||
|
||||
//Ajouter par sorel le 30-05-2023
|
||||
function verifie_statut_acte_selection(codeActe, prixBase, prixActe, ententePrealable)
|
||||
{
|
||||
alert("prixActe => "+prixActe);
|
||||
|
||||
datePrestation = $("#datePrestation").val();
|
||||
|
||||
nomForm = $("#nomForm").val();
|
||||
|
|
@ -24521,7 +24521,6 @@ function modifieravisprorogationhospitalisation()
|
|||
|
||||
}
|
||||
|
||||
//Face Sorel 25-07-2023
|
||||
function re_init_photo_face()
|
||||
{
|
||||
var photo = document.getElementById('photo_face');
|
||||
|
|
|
|||
|
|
@ -909,7 +909,7 @@
|
|||
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.03.11.11"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.03.13.00"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user