This commit is contained in:
KANE LAZENI 2025-12-11 10:24:17 +00:00
parent 8b6c6a8b73
commit 32c6abf1be

View File

@ -300,6 +300,7 @@
$codeGarantie = $this->nettoyer($v['codeGarantie']);
$exercieReference = $this->nettoyer($v['exercieReference']);
$plafondFamille = format_N($this->nettoyer($v['plafondFamille']));
$plafondFamille = format_N($this->nettoyer($v['plafondFamille']));
?>
<?php if($pourcentConsoFamille>='50' && $pourcentConsoFamille<'80'): ?>
<tr class="color-1" valign="top">
@ -325,6 +326,7 @@
<td align='center' ><?= $plafondFamille ?></td>
<td align='center'><?= format_N($this->nettoyer($v['consommationFamille'])) ?></td>
<td align='center' ><?= format_N($this->nettoyer($v['soldeGarantieFamille'])) ?></td>
<td align='center' ><?= $this->nettoyer($v['garantieparentaffichage']) ?></td>
</tr>
<?php endforeach; ?>
</tbody>