mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
Output a pair when writing relative date values to scheme file.
So that the can be properly recognized on input.
This commit is contained in:
parent
b3f96701a0
commit
62ab148a3e
@ -557,6 +557,6 @@ gnc_relative_date_to_time64(RelativeDatePeriod period)
|
||||
std::ostream&
|
||||
operator<<(std::ostream& ostr, RelativeDatePeriod per)
|
||||
{
|
||||
ostr << gnc_relative_date_display_string(per);
|
||||
ostr << "'reldate . " << gnc_relative_date_display_string(per);
|
||||
return ostr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user