* Finish task #37099.

This commit is contained in:
holan20180123
2021-03-31 13:22:46 +08:00
parent d9910cc561
commit ea9cc9cb2f
21 changed files with 42 additions and 32 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ class router extends baseRouter
$config->systemScore = $score;
/* Record hour unit. */
$config->hourUnit = 'H';
$config->hourUnit = 'h';
if($hourKey == STORYPOINT_KEY) $config->hourUnit = 'SP';
if($hourKey == FUNCTIONPOINT_KEY) $config->hourUnit = 'FP';