* Delete black.
This commit is contained in:
@@ -23,6 +23,7 @@ class executionEntry extends Entry
|
||||
$fields = $this->param('fields');
|
||||
$productID = $this->param('productID');
|
||||
$status = $this->param('status', 'all');
|
||||
|
||||
$control = $this->loadController('execution', 'view');
|
||||
$control->view($executionID);
|
||||
|
||||
|
||||
@@ -362,7 +362,6 @@
|
||||
<tr>
|
||||
<th><?php echo $lang->story->estimate;?></th>
|
||||
<td title="<?php echo $story->estimate . ' ' . $lang->hourCommon;?>"><?php echo $story->estimate . $config->hourUnit;?></td>
|
||||
<?php a($config->hourUnit);?>
|
||||
</tr>
|
||||
<?php if(in_array($story->source, $config->story->feedbackSource)):?>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user