Renamed the "Rounding" account to "Adjustment"
This commit is contained in:
parent
66de7e3055
commit
b7ea365bfc
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ display_filter_posts::display_filter_posts(post_handler_ptr handler,
|
||||||
bool _show_rounding)
|
bool _show_rounding)
|
||||||
: item_handler<post_t>(handler), report(_report),
|
: item_handler<post_t>(handler), report(_report),
|
||||||
show_rounding(_show_rounding),
|
show_rounding(_show_rounding),
|
||||||
rounding_account(temps.create_account(_("<Rounding>"))),
|
rounding_account(temps.create_account(_("<Adjustment>"))),
|
||||||
revalued_account(temps.create_account(_("<Revalued>")))
|
revalued_account(temps.create_account(_("<Revalued>")))
|
||||||
{
|
{
|
||||||
TRACE_CTOR(display_filter_posts,
|
TRACE_CTOR(display_filter_posts,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue