Skip to content

Commit

Permalink
Bug 797972 - Crash on export report CSV
Browse files Browse the repository at this point in the history
omission of srfi-26 for (cut ...)
  • Loading branch information
christopherlam committed Oct 11, 2020
1 parent 3587b4c commit f599925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnucash/report/reports/standard/net-charts.scm
Expand Up @@ -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"))
Expand Down

0 comments on commit f599925

Please sign in to comment.