mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make the price database list obey the force-prices-to-decimal preference.
It was always displaying decimals regardless of the preference value.
This commit is contained in:
parent
190d5f1a61
commit
e255a7bfe2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user