Fix general-ledger.scm

An option had changed in the transaction report that this one uses.
This commit is contained in:
Robert Fewell
2016-11-28 19:31:16 +00:00
committed by Geert Janssens
parent d02245267f
commit bd3ed1e59a

View File

@@ -118,7 +118,9 @@
;; set options in the general tab...
(set-option!
gnc:pagename-general (N_ "Style") 'single)
gnc:pagename-display (N_ "Detail Level") 'single)
;; we can't (currently) set the Report name here
;; because it is automatically set to the template
;; name... :(