* Delete black.

This commit is contained in:
zhengrunyu
2022-04-24 16:00:55 +08:00
parent 0001e7b16b
commit bc86b34e6d
2 changed files with 1 additions and 1 deletions

View File

@@ -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);

View File

@@ -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>