mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #553432 - Status line of edit invoice page mixes invoice currency
amount with default currency symbol BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21379 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9ba96dd403
commit
ccd00fc548
@ -1392,7 +1392,7 @@ gnc_invoice_reset_total_label (GtkLabel *label, gnc_numeric amt, gnc_commodity *
|
||||
char string[256];
|
||||
|
||||
amt = gnc_numeric_convert (amt, gnc_commodity_get_fraction(com), GNC_HOW_RND_ROUND_HALF_UP);
|
||||
xaccSPrintAmount (string, amt, gnc_default_print_info (TRUE));
|
||||
xaccSPrintAmount (string, amt, gnc_commodity_print_info (com, TRUE));
|
||||
gtk_label_set_text (label, string);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user