mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix format warnings by importing (ice-9 format), bis
* also budget-income-statement.scm
This commit is contained in:
parent
a0a4fc89aa
commit
9ffee97475
@ -46,6 +46,7 @@
|
|||||||
(use-modules (gnucash core-utils))
|
(use-modules (gnucash core-utils))
|
||||||
(use-modules (gnucash app-utils))
|
(use-modules (gnucash app-utils))
|
||||||
(use-modules (gnucash report))
|
(use-modules (gnucash report))
|
||||||
|
(use-modules (ice-9 format))
|
||||||
|
|
||||||
;; define all option's names and help text so that they are properly
|
;; define all option's names and help text so that they are properly
|
||||||
;; defined in *one* place.
|
;; defined in *one* place.
|
||||||
|
Loading…
Reference in New Issue
Block a user