a
This commit is contained in:
parent
08bf584627
commit
d8bdb00f1d
|
|
@ -92852,4 +92852,10 @@ function ajax_maj_qte_acte_proformahospitalisation(idPrestationactes, quantite,
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function actualiseractesproforma() {
|
||||
idProforma = $("#idProforma").val();
|
||||
alert("idProforma => "+idProforma);
|
||||
window.location.assign($("#racineWeb" ).val()+"Traitementproformahospitalisation/"+idProforma+"/");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.22.02"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.23.00"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user