* Fix details.

This commit is contained in:
Yagami
2021-01-19 16:19:56 +08:00
parent 5f1cb585e3
commit 33e2fd4f46
2 changed files with 2 additions and 1 deletions
@@ -12,7 +12,7 @@
<canvas width='400' height='120' data-responsive='true'></canvas>
</div>
</div>
<div class='chart-unit'><?php echo "({$lang->project->workHour})";?></div>
<div class='chart-unit'><?php echo "({$lang->hourCommon})";?></div>
<div class='chart-legend'>
<span class="barline line-pv">PV</span>
<span class="barline line-ev">EV</span>
+1
View File
@@ -2305,6 +2305,7 @@ class storyModel extends model
{
if(defined('TUTORIAL')) return $this->loadModel('tutorial')->getProjectStories();
if(!$projectID) return array();
$project = $this->dao->findById($projectID)->from(TABLE_PROJECT)->fetch();
$type = strtolower($type);