This commit is contained in:
KANE LAZENI 2026-07-18 09:25:34 +00:00
parent e552d16bf1
commit 253199dcdf
4 changed files with 1 additions and 11 deletions

View File

@ -29049,7 +29049,6 @@ function init_prolongation_hospit()
{
prestationsTotal = $("#prestationsTotal").val();
prestationsTotal = parseInt(prestationsTotal);
alert("prestationsTotal => "+prestationsTotal);
if(prestationsTotal==0)
{

View File

@ -649,8 +649,6 @@ class Prestationactes extends Modele
{
$sql = 'call sp_p_get_actesmedicauxhospitalisation_total(?, ?)';
//var_dump($numeroFeuilleMaladie, $codePrestataire);die();
$resultat = $this->executerRequete($sql, array($numeroFeuilleMaladie, $codePrestataire) );
return $resultat->fetch(PDO::FETCH_ASSOC);

View File

@ -1,10 +1,3 @@
<!--
<?php if($prestations_total['totalPrixManuel'] == "0"): ?>
<button type="button" class="form-control btn btn-primary" style='font-size:12pt;' onclick="javascript:alertsiprixprestationzero();"> <?= _("Envoyer un avis de prorogation") ?> </button>
<?php else: ?>
<button type="button" class="form-control btn btn-primary" data-bs-toggle="modal" data-bs-target="#popAjoutChambre" style='font-size:12pt;' > <?= _("Envoyer un avis de prorogation") ?> </button>
<?php endif; ?>
-->
<input class="sr-only" id="prestationsTotal" name="prestationsTotal" type="number" value= "<?= $prestations_total['totalPrixManuel'] ?>" >
<button type="button" class="form-control btn btn-primary" style='font-size:12pt;' onclick="javascript:init_prolongation_hospit();"> <?= _("Envoyer un avis de prorogation -- INIT") ?> </button>
<button id="btnPopAvisProrogation" name="btnPopAvisProrogation" class="sr-only" data-bs-toggle="modal" data-bs-target="#popAjoutChambre" > </button>

View File

@ -891,7 +891,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.18.01"></script>
<script src="Js/fonctions.js?ver=2026.07.18.02"></script>
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>