a
This commit is contained in:
parent
a0dc767ffb
commit
ae94fb9ee6
|
|
@ -81,14 +81,11 @@ class ControleurAjaxselectactesmedicaux extends Controleur {
|
|||
|
||||
$datePrestation = $_SESSION['p_datePrestation'];
|
||||
$codeGarantie = $this->acte->getGarantieActe($codeActe);
|
||||
|
||||
$tm = $this->acte->ticketModerateurDefinitif($codeGarantie, $codeActe, $datePrestation);
|
||||
|
||||
|
||||
$this->prestation->enregistreractemedical($codeActe, $quantite, $prixActe, $valeurActe, $ententePrealable, $autorisation, $prixTarif, $prixBase, $motifActe, $tm);
|
||||
|
||||
|
||||
// $this->executerAction("index");
|
||||
$this->executerAction("index");
|
||||
}
|
||||
|
||||
public function supprimeracte()
|
||||
|
|
|
|||
|
|
@ -24080,7 +24080,7 @@ async function ajouter_un_acte_selection(codeActe, prixBase, prixActe, ententePr
|
|||
// Gestion des erreurs (à compléter selon les besoins)
|
||||
},
|
||||
success: function(data) {
|
||||
$('#div_test_gabarit').html(data);
|
||||
// $('#div_test_gabarit').html(data);
|
||||
donnee_a_affciher = data;
|
||||
},
|
||||
complete: function() {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ class Prestationactes extends Modele
|
|||
$idBeneficiaire = $_SESSION['p_idBeneficiaire_C'];
|
||||
$numeroBeneficiaire = $_SESSION['p_numeroBeneficiaire_C'];
|
||||
|
||||
/*
|
||||
var_dump(
|
||||
array(
|
||||
"codePrestataire" => $codePrestataire,
|
||||
|
|
@ -38,6 +39,7 @@ class Prestationactes extends Modele
|
|||
)
|
||||
);
|
||||
exit;
|
||||
*/
|
||||
|
||||
$sql = 'call sp_p_enregistrer_actemedical_newversion(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);';
|
||||
|
||||
|
|
|
|||
|
|
@ -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.13.01"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.03.13.02"></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