* [bug#64581,done,0.25h] format hours.
This commit is contained in:
@@ -319,7 +319,7 @@ detailBody
|
||||
item
|
||||
(
|
||||
set::name($lang->story->estimate),
|
||||
$story->isParent == '0' ? input(set::name('estimate'), set::value($story->estimate ? $story->estimate : 0)) : $story->estimate
|
||||
$story->isParent == '0' ? input(set::name('estimate'), set::value($story->estimate ? helper::formatHours($story->estimate) : 0)) : $story->estimate
|
||||
),
|
||||
item
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user