mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[general-ledger] remove dependency on transaction.scm
This commit is contained in:
parent
ff3a34711a
commit
653d8cb5c3
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user