mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 08:34:15 -06:00
Remove extra option requirement from the Stock Transaction Assistant.
This commit is contained in:
parent
fb9947b7b6
commit
013d1ee52c
@ -912,7 +912,7 @@ gnc_plugin_page_register_ui_update (gpointer various,
|
||||
/* Set the vis of the StockAssistant */
|
||||
gnc_main_window_set_vis_of_items_by_action (GNC_MAIN_WINDOW(GNC_PLUGIN_PAGE(page)->window),
|
||||
actions_requiring_priced_account,
|
||||
account && gnc_prefs_is_extra_enabled () &&
|
||||
account &&
|
||||
xaccAccountIsPriced (account));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user