Bug 797972 - Crash on export report CSV

omission of srfi-26 for (cut ...)
This commit is contained in:
Christopher Lam 2020-10-11 23:00:29 +08:00
parent 3587b4cc4b
commit f599925b89

View File

@ -34,6 +34,7 @@
(use-modules (gnucash app-utils))
(use-modules (gnucash report))
(use-modules (srfi srfi-1))
(use-modules (srfi srfi-26))
(define optname-from-date (N_ "Start Date"))
(define optname-to-date (N_ "End Date"))