Loading module/Application/src/Application/View/Helper/partial/agent.phtml +1 −4 Original line number Diff line number Diff line Loading @@ -35,10 +35,7 @@ if (isset($options["retour"])) $query["retour"] = $options["retour"]; <?php if($quotite = $agent->getQuotiteCourante()) : ?> <?php echo $quotite->getQuotite(); ?>% <?php else: ?> <span class="probleme"> <span class="icon attention"></span> <em> Aucune quotité de renseignée </em> </span> 100% <?php endif; ?> </dd> </dl> Loading module/Application/view/application/agent/afficher.phtml +1 −4 Original line number Diff line number Diff line Loading @@ -64,10 +64,7 @@ $this->headTitle("Affichage de l'agent : " . $agent->getDenomination()); <?php if($quotite = $agent->getQuotiteCourante()) : ?> <?php echo $quotite->getQuotite(); ?>% <?php else: ?> <span class="probleme"> <span class="icon attention"></span> <em> Aucune quotité de renseignée </em> </span> 100% <?php endif; ?> </dd> </div> Loading Loading
module/Application/src/Application/View/Helper/partial/agent.phtml +1 −4 Original line number Diff line number Diff line Loading @@ -35,10 +35,7 @@ if (isset($options["retour"])) $query["retour"] = $options["retour"]; <?php if($quotite = $agent->getQuotiteCourante()) : ?> <?php echo $quotite->getQuotite(); ?>% <?php else: ?> <span class="probleme"> <span class="icon attention"></span> <em> Aucune quotité de renseignée </em> </span> 100% <?php endif; ?> </dd> </dl> Loading
module/Application/view/application/agent/afficher.phtml +1 −4 Original line number Diff line number Diff line Loading @@ -64,10 +64,7 @@ $this->headTitle("Affichage de l'agent : " . $agent->getDenomination()); <?php if($quotite = $agent->getQuotiteCourante()) : ?> <?php echo $quotite->getQuotite(); ?>% <?php else: ?> <span class="probleme"> <span class="icon attention"></span> <em> Aucune quotité de renseignée </em> </span> 100% <?php endif; ?> </dd> </div> Loading