This commit is contained in:
KANE LAZENI 2025-12-30 19:32:01 +00:00
parent 79c37b632e
commit da4567d592

View File

@ -349,7 +349,7 @@
<div class="row mb-2 mt-2">
<div class="col-4">
<div class="rounded p-2 border border-primary">
<small class="text-muted d-block"><?= _("Dépense") ?></small>
<small class="text-muted d-block"><?= _("Dépenses OUTPATIENT") ?></small>
<h4 class="text-primary mb-0"><?= format_N($consommationGlobaleFamilleOut) ?></h4>
</div>
</div>
@ -386,7 +386,7 @@
<div class="row mb-2 mt-2">
<div class="col-4">
<div class="rounded p-2 border border-primary">
<small class="text-muted d-block"><?= _("Dépense") ?></small>
<small class="text-muted d-block"><?= _("Dépenses INPATIENT") ?></small>
<h4 class="text-primary mb-0"><?= format_N($consommationGlobaleFamilleInp) ?></h4>
</div>
</div>