summaryrefslogtreecommitdiff
path: root/app/Template/budget
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/budget')
-rw-r--r--app/Template/budget/breakdown.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/budget/breakdown.php b/app/Template/budget/breakdown.php
index 0a3c63d7..51044c46 100644
--- a/app/Template/budget/breakdown.php
+++ b/app/Template/budget/breakdown.php
@@ -15,7 +15,7 @@
<th class="column-25"><?= $paginator->order(t('Subtask'), 'subtask_title') ?></th>
<th class="column-20"><?= $paginator->order(t('User'), 'username') ?></th>
<th class="column-10"><?= t('Cost') ?></th>
- <th class="column-10"><?= $paginator->order(t('Time spent'), 'time_spent') ?></th>
+ <th class="column-10"><?= $paginator->order(t('Time spent'), \Model\SubtaskTimeTracking::TABLE.'.time_spent') ?></th>
<th class="column-15"><?= $paginator->order(t('Date'), 'start') ?></th>
</tr>
<?php foreach ($paginator->getCollection() as $record): ?>