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

* also budget-income-statement.scm
pull/836/head
Christopher Lam 6 years ago
parent a0a4fc89aa
commit 9ffee97475

@ -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.

Loading…
Cancel
Save