mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug: Fixed missing 'due' examples from 'columns' report
This commit is contained in:
parent
340acc562b
commit
9ea0bc6f07
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ ColumnDue::ColumnDue ()
|
|||
|
||||
Date now;
|
||||
now += 125;
|
||||
_examples = {Duration (now - Date ()).formatCompact ()};
|
||||
_examples.push_back (Duration (now - Date ()).formatCompact ());
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue