@@ -30,7 +30,7 @@
</td>
<td class="width-300px">
<div class="pl-3">
- <?php $plan = $point->childPlanAddedInNote($note); ?>
+ <?php $plan = $point->lastChildPlan ?: null; ?>
<?php if(!!$plan): ?>
<?php
$flat = true;
- <?php $review = $point->childReviewAddedInNote($note); ?>
+ <?php $review = $point->lastChildReview ?: null; ?>
<?php if(!!$review): ?>