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:
parent
435bb1c76b
commit
748dbf54e0
@ -1414,6 +1414,7 @@ gnc_default_share_print_info (void)
|
||||
if (!got_it)
|
||||
{
|
||||
info = gnc_default_print_info_helper (5);
|
||||
info.monetary = 0;
|
||||
got_it = TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user