From e255a7bfe2f3d945b17a348a002e4380a35c7301 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 18 Oct 2020 10:58:42 -0700 Subject: [PATCH] Make the price database list obey the force-prices-to-decimal preference. It was always displaying decimals regardless of the preference value. --- gnucash/gnome-utils/gnc-tree-model-price.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/gnome-utils/gnc-tree-model-price.c b/gnucash/gnome-utils/gnc-tree-model-price.c index 55311c7edc..bca5f30673 100644 --- a/gnucash/gnome-utils/gnc-tree-model-price.c +++ b/gnucash/gnome-utils/gnc-tree-model-price.c @@ -164,7 +164,7 @@ gnc_tree_model_price_init (GncTreeModelPrice *model) } priv = GNC_TREE_MODEL_PRICE_GET_PRIVATE(model); - priv->print_info = gnc_share_print_info_places(6); + priv->print_info = gnc_default_price_print_info(NULL); } static void