Commit 97f51e2f by Tấn Trần Thanh

build orther acture time

parent c67f1814
Pipeline #1601 failed with stages
in 0 seconds
...@@ -80,6 +80,10 @@ module WorkflowReport ...@@ -80,6 +80,10 @@ module WorkflowReport
end end
end end
else else
6.times do |index|
build_est_to_actual_time!(result, EST_DETAIL_FIRST_COL, 0, index)
build_est_to_actual_time!(result, ACTUAL_TIME_DETAIL_FIRST_COL, 0, index)
end
build_est_to_actual_time!(result, EST_DETAIL_FIRST_COL, issue.estimated_hours.to_f, 6) build_est_to_actual_time!(result, EST_DETAIL_FIRST_COL, issue.estimated_hours.to_f, 6)
build_est_to_actual_time!(result, ACTUAL_TIME_DETAIL_FIRST_COL, issue.spent_hours.to_f, 6) build_est_to_actual_time!(result, ACTUAL_TIME_DETAIL_FIRST_COL, issue.spent_hours.to_f, 6)
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment