diff --git a/gnucash/report/reports/standard/taxinvoice.scm b/gnucash/report/reports/standard/taxinvoice.scm index 454dee6764..53c81647f7 100644 --- a/gnucash/report/reports/standard/taxinvoice.scm +++ b/gnucash/report/reports/standard/taxinvoice.scm @@ -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)))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;