Time spent for subtasks are not rounded too the nearest quarter anymore

This commit is contained in:
Frederic Guillot
2016-08-31 21:32:29 -04:00
parent 0cb717f440
commit 1b6b1cc5e6
5 changed files with 10 additions and 26 deletions

View File

@@ -40,4 +40,4 @@ For each subtask, the timer can be stopped/started at any time:
- The timer doesn't depend of the subtask status
- Each time you start the timer a new record is created in the time tracking table
- Each time you stop the clock the end date is recorded in the time tracking table
- The calculated time spent is rounded to the nearest quarter
- The calculated time spent is rounded to the nearest quarter (only for Kanboard < 1.0.32)