gnucash stable: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Wed Apr 19 21:39:57 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/50ff4a3a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7751e4d0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a0f94ecd (commit)



commit 50ff4a3af79763b6dc2e478f64104a540090c3bf
Merge: a0f94ecd75 7751e4d064
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Thu Apr 20 09:29:58 2023 +0800

    Merge Vincent Dawans branch 'bug798775' #1608 into stable


commit 7751e4d064d25debb7d8f57ff2a2088b4ef86dca
Author: Vincent Dawans <dawansv at gmail.com>
Date:   Tue Apr 18 18:49:03 2023 -0700

    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.

diff --git a/gnucash/report/reports/standard/general-journal.scm b/gnucash/report/reports/standard/general-journal.scm
index 781ad76105..f61f157143 100644
--- a/gnucash/report/reports/standard/general-journal.scm
+++ b/gnucash/report/reports/standard/general-journal.scm
@@ -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))
 



Summary of changes:
 gnucash/report/reports/standard/general-journal.scm | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list