a
This commit is contained in:
parent
8b6c6a8b73
commit
32c6abf1be
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user