[taxinvoice.scm] use fmtnumeric to render discount percentage

pull/1532/head
Christopher Lam 3 years ago
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…
Cancel
Save