Fix format warnings by importing (ice-9 format), bis

* also budget-income-statement.scm
This commit is contained in:
Christopher Lam 2020-12-14 06:02:41 +08:00
parent a0a4fc89aa
commit 9ffee97475

View File

@ -46,6 +46,7 @@
(use-modules (gnucash core-utils))
(use-modules (gnucash app-utils))
(use-modules (gnucash report))
(use-modules (ice-9 format))
;; define all option's names and help text so that they are properly
;; defined in *one* place.