This commit is contained in:
KANE LAZENI 2025-12-30 13:47:12 +00:00
parent b522dce4bd
commit fdb2554255

View File

@ -204,10 +204,10 @@
<div class="d-flex align-items-center"> <div class="d-flex align-items-center">
<div class="flex-grow-1"> <div class="flex-grow-1">
<div class="h4 text-primary text-uppercase mb-1" > <div class="h4 text-primary text-uppercase mb-1" >
<?= _("Plafond OUI/ INP") ?> <?= _("Plafond") . " OUT/ INP" ?>
</div> </div>
<div class="h4 mb-0" style="font-weight:bold"> <div class="h4 mb-0" style="font-weight:bold">
<?= format_N($limite_adherent['plafondOut'])." / "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> </div>
<div class="ml-2"> <div class="ml-2">