Skip to content

Commit

Permalink
Merge Vincent Dawans's 'bug798809' into stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed May 19, 2023
2 parents 71afa3e + 13e62b3 commit b3bf11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/report/report-core.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b3bf11c

Please sign in to comment.