Fixed -r flag for balance reports
This commit is contained in:
parent
98bf53eabc
commit
1bb2261c99
1 changed files with 0 additions and 8 deletions
|
|
@ -469,14 +469,6 @@ void global_scope_t::normalize_report_options(const string& verb)
|
|||
else if (verb == "equity") {
|
||||
rep.HANDLER(equity).on_only(string("?normalize"));
|
||||
}
|
||||
else if (rep.HANDLED(related)) {
|
||||
if (verb[0] == 'r') {
|
||||
rep.HANDLER(invert).on_only(string("?normalize"));
|
||||
} else {
|
||||
rep.HANDLER(subtotal).on_only(string("?normalize"));
|
||||
rep.HANDLER(related_all).on_only(string("?normalize"));
|
||||
}
|
||||
}
|
||||
|
||||
if (verb == "print")
|
||||
rep.HANDLER(limit_).on(string("?normalize"), "actual");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue