Skip to content
Snippets Groups Projects
Commit 13cc1019 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

On n'affiche plus les plafonds sans heures

parent d4ef9b27
No related branches found
No related tags found
No related merge requests found
......@@ -91,8 +91,10 @@ class PlafondsViewHelper extends AbstractHtmlElement
$html = $this->getView()->tag('h4')->text('Plafonds');
foreach ($this->plafonds as $plafond) {
if ($plafond->getHeures() > 0) {
$html .= $this->affichagePlafond($plafond);
}
}
return $html;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment