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.
This commit is contained in:
Vincent Dawans 2023-04-18 18:49:03 -07:00
parent d9ba9a4c83
commit 7751e4d064

View File

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