Bug #986
- Complete the previous fix: dates in the journal entries are also formatted according to the correct configuration variable. - Add unit tests. Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
committed by
Paul Beckingham
parent
8b18ee6f50
commit
3440eb0c10
@@ -392,7 +392,7 @@ int CmdInfo::execute (std::string& output)
|
||||
|
||||
Task before (previous.substr (4));
|
||||
Task after (current.substr (4));
|
||||
journal.set (row, 1, taskInfoDifferences (before, after));
|
||||
journal.set (row, 1, taskInfoDifferences (before, after, dateformat));
|
||||
|
||||
// calculate the total active time
|
||||
if (before.get ("start") == ""
|
||||
|
||||
Reference in New Issue
Block a user