Skip to content

Commit

Permalink
[general-ledger] remove dependency on transaction.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed May 1, 2019
1 parent ff3a347 commit 653d8cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gnucash/report/standard-reports/general-ledger.scm
Expand Up @@ -34,7 +34,6 @@
(use-modules (gnucash utilities))
(use-modules (gnucash gnc-module))
(use-modules (gnucash gettext))
(use-modules (gnucash report standard-reports transaction))

(gnc:module-load "gnucash/report/report-system" 0)

Expand All @@ -52,7 +51,7 @@
;; options generator

(define (general-ledger-options-generator)
(let* ((options (trep-options-generator)))
(let ((options (gnc:trep-options-generator)))

(define pagename-sorting (N_ "Sorting"))
(define (set-option! section name value)
Expand Down

0 comments on commit 653d8cb

Please sign in to comment.