a
This commit is contained in:
parent
0bb0c6bd07
commit
4a88bc3975
|
|
@ -45947,6 +45947,8 @@ $(function(){
|
|||
proformahospitalisation: handleProformaHospitalisationForm,
|
||||
};
|
||||
|
||||
const nomForm = $('#nomForm').val();
|
||||
|
||||
if (formHandlers[nomForm]) {
|
||||
formHandlers[nomForm]();
|
||||
}
|
||||
|
|
@ -65979,10 +65981,6 @@ function selectPrestataire(code, libelle){
|
|||
{
|
||||
$("#prestataireConsultation").val(libelle);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
function afficheMaxdateEffetAdherentacteprestataire()
|
||||
|
|
|
|||
|
|
@ -982,7 +982,7 @@
|
|||
|
||||
<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.23.04"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.23.05"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user