mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[taxinvoice.scm] use fmtnumeric to render discount percentage
This commit is contained in:
parent
87ff5f1191
commit
2acba0ea18
@ -58,7 +58,7 @@
|
||||
(gnc:make-gnc-monetary curr amt) #f) acc)))
|
||||
(((= gncTaxTableEntryGetAmount percent) . rest)
|
||||
(lp rest
|
||||
(cons (string-append (gnc:default-html-number-renderer percent #f) "%")
|
||||
(cons (string-append (fmtnumeric percent) "%")
|
||||
acc))))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
Loading…
Reference in New Issue
Block a user