a
This commit is contained in:
parent
3382733629
commit
9e3e84c900
|
|
@ -149,11 +149,9 @@ if ($_SESSION['p_modeSaisieFacture']=="1" ): ?>
|
|||
<input class="sr-only" type="text" id="ageMaxBeneficiaireAtteint_C" name="ageMaxBeneficiaireAtteint_C" value="<?= $_SESSION['p_ageMaxBeneficiaireAtteint_C'] ?>" >
|
||||
<input class="sr-only" type="text" id="codeActeConsultationGratuite" name="codeActeConsultationGratuite" value="<?= $_SESSION['p_codeActeConsultationGratuite'] ?>" >
|
||||
|
||||
<!-- Ajout du 07/03/2025 -->
|
||||
<input class="sr-only" type="text" id="fingerActif" name="fingerActif" value="<?= $_SESSION['p_fingerActif'] ?>" >
|
||||
<input class="sr-only" type="text" id="faceActifGabarit" name="faceActifGabarit" value="<?= $_SESSION['p_faceActif'] ?>" >
|
||||
|
||||
<!-- Ajout KANE du 09/03/2026 -->
|
||||
<input class="sr-only" type="text" id="prixActeModifiable" name="prixActeModifiable" value="<?= $_SESSION['p_prixActeModifiable'] ?>" >
|
||||
|
||||
<input type="hidden" id="csrf_token_gabarit" name="csrf_token_gabarit" value="<?= htmlspecialchars($token) ?>">
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
$idProformaHospitalisation = $feuillemaladie['idProformaHospitalisation'];
|
||||
|
||||
// KANE 10/04/2025
|
||||
$autoriser = "1";
|
||||
|
||||
if($avisHospitalisation >'0' && $idProformaHospitalisation > "0" && $facture == "0")
|
||||
|
|
@ -15,7 +14,6 @@
|
|||
$estDateFuture = (new DateTime($feuillemaladie['dateDebutHospit'])) > (new DateTime('today'));
|
||||
$autoriser = ($estDateFuture && $autoriserBonHospitAvantDate=="0") ? "0" : "1";
|
||||
}
|
||||
// FIN KANE 10/04/2025
|
||||
|
||||
$scroll = "scroll";
|
||||
$v_msg = "";
|
||||
|
|
|
|||
|
|
@ -409,7 +409,6 @@
|
|||
<?php else: ?>
|
||||
<td > </td>
|
||||
<?php endif; ?>
|
||||
<td > KANE INITIAL </td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
<tr style='background-color:white'>
|
||||
|
|
|
|||
|
|
@ -76,7 +76,6 @@
|
|||
|
||||
$_SESSION['p_medecinConsultation'] = $feuillemaladie['medecinConsultation'];
|
||||
|
||||
// KANE 11/04/2025 => pour éviter de facturer une feuille dans un mois dont le décompte a déjà été validé
|
||||
$codeEtatDecompte = $feuillemaladie['codeEtatDecompte'];
|
||||
|
||||
$contestation = $this->nettoyer($feuillemaladie['contestation']);
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<legend>
|
||||
<i class="fa fa-search" > </i>
|
||||
|
||||
<?= _("Recherche du patient KANE") ?>
|
||||
<?= _("Recherche du patient") ?>
|
||||
<span class="help-icon" data-bs-toggle="modal" data-bs-target="#helpModal"> ? </span>
|
||||
</legend>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user