a
This commit is contained in:
parent
b67680fbb9
commit
b522dce4bd
|
|
@ -204,14 +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 OUTPATIENT / INPATIENT") ?>
|
<?= _("Plafond OUI/ 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'])." ".substr($_SESSION['devise_C'],0,1) ?>
|
<?= format_N($limite_adherent['plafondOut'])." / "format_N($limite_adherent['plafondInp']). " ".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) ?>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-2">
|
<div class="ml-2">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user