Skip to content

Commit

Permalink
Remove extra option requirement from the Stock Transaction Assistant.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jan 9, 2023
1 parent fb9947b commit 013d1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/gnome/gnc-plugin-page-register.c
Expand Up @@ -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));
}

Expand Down

0 comments on commit 013d1ee

Please sign in to comment.