Bug 798809 - Multicolumn report error when reopened after saving.

This commit is contained in:
Vincent Dawans 2023-05-19 15:40:53 -07:00
parent 71afa3e0fc
commit 13e62b320d

View File

@ -582,7 +582,7 @@ not found.")))
" (let*\n" " (let*\n"
" (\n" " (\n"
" (option (gnc-lookup-option (gnc:optiondb options) \"__general\" \"report-list\"))\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"
" (\n" " (\n"
" (lambda (option)\n" " (lambda (option)\n"