From 013d1ee52cc28f599909fa13cca10f7795667245 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 7 Jan 2023 13:04:44 -0800 Subject: [PATCH] Remove extra option requirement from the Stock Transaction Assistant. --- gnucash/gnome/gnc-plugin-page-register.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/gnome/gnc-plugin-page-register.c b/gnucash/gnome/gnc-plugin-page-register.c index cdbb80232f4..9e316cd163a 100644 --- a/gnucash/gnome/gnc-plugin-page-register.c +++ b/gnucash/gnome/gnc-plugin-page-register.c @@ -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)); }