mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798493 - Invoice Report Quantity & Unit Price fields have limited decimal precision on printed invoices
use xaccPrintAmount which formats number nicely.
This commit is contained in:
parent
6a668df168
commit
c8f1caa95f
@ -447,7 +447,9 @@ for styling the invoice. Please see the exported report for the CSS class names.
|
||||
(addif (quantity-col used-columns)
|
||||
(gnc:make-html-table-cell/markup
|
||||
"number-cell"
|
||||
(gncEntryGetDocQuantity entry credit-note?)))
|
||||
(xaccPrintAmount
|
||||
(gncEntryGetDocQuantity entry credit-note?)
|
||||
(gnc-default-print-info #f))))
|
||||
|
||||
(addif (price-col used-columns)
|
||||
(gnc:make-html-table-cell/markup
|
||||
|
Loading…
Reference in New Issue
Block a user