diff --git a/module/bug/view/report.html.php b/module/bug/view/report.html.php index 79ae198871..34c7eb8680 100644 --- a/module/bug/view/report.html.php +++ b/module/bug/view/report.html.php @@ -61,7 +61,7 @@ report->item;?> - report->value;?> + report->value;?> report->percent;?> diff --git a/module/story/view/report.html.php b/module/story/view/report.html.php index 884bad7938..0eeabed109 100644 --- a/module/story/view/report.html.php +++ b/module/story/view/report.html.php @@ -62,7 +62,7 @@ story->report->$chartType->item;?> - story->report->value;?> + story->report->value;?> report->percent;?> diff --git a/module/task/view/report.html.php b/module/task/view/report.html.php index 6f37803fd6..ae05878a29 100644 --- a/module/task/view/report.html.php +++ b/module/task/view/report.html.php @@ -61,7 +61,7 @@ task->report->$chartType->item;?> - task->report->value;?> + task->report->value;?> report->percent;?> diff --git a/module/testtask/view/report.html.php b/module/testtask/view/report.html.php index 16c15e2088..b767bd7780 100644 --- a/module/testtask/view/report.html.php +++ b/module/testtask/view/report.html.php @@ -61,7 +61,7 @@ report->item;?> - report->value;?> + report->value;?> report->percent;?>