mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change monetary value for gnc_default_share_print_info
Share values are not currencies so set the monetary value to 0 for the GNCPrintAmountInfo
This commit is contained in:
@@ -1414,6 +1414,7 @@ gnc_default_share_print_info (void)
|
|||||||
if (!got_it)
|
if (!got_it)
|
||||||
{
|
{
|
||||||
info = gnc_default_print_info_helper (5);
|
info = gnc_default_print_info_helper (5);
|
||||||
|
info.monetary = 0;
|
||||||
got_it = TRUE;
|
got_it = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user