gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Feb 3 19:42:24 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/f54927d9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/730d8bd7 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a5d50307 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7bb14b9c (commit)



commit f54927d9cf3f443d6034b3e786f40e199d5f9f4c
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Feb 3 16:35:52 2023 -0800

    [c++options] Parent account types must be included in the types list
    
    Or the selection routine can't show the descendants you want.

commit 730d8bd73031ae9a848ad8fdfce7e09dfc1526cf
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Feb 3 16:34:50 2023 -0800

    [c++ options] Don't crash if the option doesn't have a UI item.
    
    Return quietly if it's an internal option and noisily if not.

commit a5d503071b4e60d6158465c71b3da78101b03060
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Feb 3 15:27:14 2023 -0800

    Bug 798739 - Advanced Portfolio report fails
    
    If the retrieved type is too big it over-runs the avi.include_type
    array and corrupts the next node's next pointer.



Summary of changes:
 gnucash/gnome-utils/dialog-options.cpp                 | 3 ++-
 gnucash/gnome-utils/gnc-option-gtk-ui.cpp              | 3 ++-
 gnucash/report/reports/standard/advanced-portfolio.scm | 2 +-
 gnucash/report/reports/standard/investment-lots.scm    | 2 +-
 gnucash/report/reports/standard/portfolio.scm          | 2 +-
 5 files changed, 7 insertions(+), 5 deletions(-)



More information about the gnucash-patches mailing list