Bug 798775 - Why is General Journal called "Register" in the tabs?

Set default report name to General Journal in options to overwrite
default report name from underlying register report.
pull/1608/head
Vincent Dawans 3 years ago
parent d9ba9a4c83
commit 7751e4d064

@ -102,6 +102,7 @@
(list (N_ "Running Balance") #f)
(list (N_ "Totals") #f)))
(set-option! gnc:pagename-general gnc:optname-reportname (G_ reportname))
(set-option! gnc:pagename-general "Title" (G_ reportname))
options))

Loading…
Cancel
Save