gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri May 19 18:58:45 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/b3bf11c8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/13e62b32 (commit)
	from  https://github.com/Gnucash/gnucash/commit/71afa3e0 (commit)



commit b3bf11c8762b360fba4315cb486bcf3eb43705c9
Merge: 71afa3e0fc 13e62b320d
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 19 17:57:03 2023 -0500

    Merge Vincent Dawans's 'bug798809' into stable.


commit 13e62b320d5ff5939b23ad8500b23b9dd19d0438
Author: Vincent Dawans <dawansv at gmail.com>
Date:   Fri May 19 15:40:53 2023 -0700

    Bug 798809 - Multicolumn report error when reopened after saving.

diff --git a/gnucash/report/report-core.scm b/gnucash/report/report-core.scm
index c12bfdbd83..8d7868dab6 100644
--- a/gnucash/report/report-core.scm
+++ b/gnucash/report/report-core.scm
@@ -582,7 +582,7 @@ not found.")))
              "      (let*\n"
              "        (\n"
              "          (option (gnc-lookup-option (gnc:optiondb options) \"__general\" \"report-list\"))\n"
-             "          (saved-report-list (GncOption-set-value option))\n"
+             "          (saved-report-list (GncOption-get-value option))\n"
              "        )\n"
              "        (\n"
              "          (lambda (option)\n"



Summary of changes:
 gnucash/report/report-core.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list