Bug: Fixed missing 'due' examples from 'columns' report
This commit is contained in:
@@ -43,7 +43,7 @@ ColumnDue::ColumnDue ()
|
||||
|
||||
Date now;
|
||||
now += 125;
|
||||
_examples = {Duration (now - Date ()).formatCompact ()};
|
||||
_examples.push_back (Duration (now - Date ()).formatCompact ());
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user