mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 797972 - Crash on export report CSV
omission of srfi-26 for (cut ...)
This commit is contained in:
parent
3587b4cc4b
commit
f599925b89
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user