When printing commodity lot dates, using format_date().
This commit is contained in:
parent
37b30ae0ec
commit
3f8412f404
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ void annotated_commodity_t::write_annotations(std::ostream& out,
|
|||
out << " {" << *info.price << '}';
|
||||
|
||||
if (info.date)
|
||||
out << " [" << *info.date << ']';
|
||||
out << " [" << format_date(*info.date) << ']';
|
||||
|
||||
if (info.tag)
|
||||
out << " (" << *info.tag << ')';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue