Update task time spent based on subtasks time spent

This commit is contained in:
Frederic Guillot
2015-02-17 20:37:14 -05:00
parent 4ec507724f
commit 10debb3f6c
2 changed files with 7 additions and 11 deletions

View File

@@ -7,7 +7,7 @@
<table class="table-fixed">
<tr>
<th class="column-20"><?= $subtask_paginator->order(t('User'), 'username') ?></th>
<th class="column-40"><?= $subtask_paginator->order(t('Subtask'), 'subtask_title') ?></th>
<th class="column-30"><?= $subtask_paginator->order(t('Subtask'), 'subtask_title') ?></th>
<th><?= $subtask_paginator->order(t('Start'), 'start') ?></th>
<th><?= $subtask_paginator->order(t('End'), 'end') ?></th>
</tr>