This commit is contained in:
KANE LAZENI 2025-12-30 13:45:38 +00:00
parent b67680fbb9
commit b522dce4bd

View File

@ -204,14 +204,10 @@
<div class="d-flex align-items-center">
<div class="flex-grow-1">
<div class="h4 text-primary text-uppercase mb-1" >
<?= _("Plafond OUTPATIENT / INPATIENT") ?>
<?= _("Plafond OUI/ INP") ?>
</div>
<div class="h4 mb-0" style="font-weight:bold">
<?= format_N($limite_adherent['plafondOut'])." ".substr($_SESSION['devise_C'],0,1) ?>
</div>
/
<div class="h4 mb-0" style="font-weight:bold">
<?= format_N($limite_adherent['plafondInp'])." ".substr($_SESSION['devise_C'],0,1) ?>
<?= format_N($limite_adherent['plafondOut'])." / "format_N($limite_adherent['plafondInp']). " ".substr($_SESSION['devise_C'],0,1) ?>
</div>
</div>
<div class="ml-2">