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

Christopher Lam clam at code.gnucash.org
Sun Dec 13 17:14:52 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/9ffee974 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a0a4fc89 (commit)



commit 9ffee974752c287b78455d30abfa9e0b2aff2728
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Dec 14 06:02:41 2020 +0800

    Fix format warnings by importing (ice-9 format), bis
    
    * also budget-income-statement.scm

diff --git a/gnucash/report/reports/standard/budget-income-statement.scm b/gnucash/report/reports/standard/budget-income-statement.scm
index e12e22e7e..4d4c76ced 100644
--- a/gnucash/report/reports/standard/budget-income-statement.scm
+++ b/gnucash/report/reports/standard/budget-income-statement.scm
@@ -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.



Summary of changes:
 gnucash/report/reports/standard/budget-income-statement.scm | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list