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:
Robert Fewell 2021-05-27 11:35:45 +01:00
parent 435bb1c76b
commit 748dbf54e0

View File

@ -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;
}