mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Bug 798471 - include hidden accounts in account tree view in Edit->Tax Report Options->Income Tax Information dialog.
This commit is contained in:
parent
efbc12b321
commit
178ef44d38
@ -847,6 +847,7 @@ tax_info_show_acct_type_accounts (TaxInfoDialog *ti_dialog)
|
||||
info.include_type[type] = FALSE;
|
||||
}
|
||||
|
||||
info.show_hidden = TRUE;
|
||||
gnc_tree_view_account_set_view_info (tree, &info);
|
||||
|
||||
load_category_list (ti_dialog);
|
||||
|
Loading…
Reference in New Issue
Block a user