diff --git a/~dev_rating/application/views/teacher/discipline/rating/rate.twig b/~dev_rating/application/views/teacher/discipline/rating/rate.twig index 7dcb506b9309ef6e7318e7eff735230ccc26d327..7893c2b6d96675538af467a3444d57e2894d4030 100644 --- a/~dev_rating/application/views/teacher/discipline/rating/rate.twig +++ b/~dev_rating/application/views/teacher/discipline/rating/rate.twig @@ -211,7 +211,7 @@ {% set BonusRate = Rate %} {% endfor %} {% endfor %} - {{ _self.RateCell(Col, Row, Discipline, 'bonus', BonusRate ? BonusRate) }} + {{ _self.RateCell(Col, Row, Discipline, 'bonus', BonusRate) }} {% set Col = Col + _self.RateCellCheck(Discipline, 'bonus') %} {% endif %}