gnucash stable: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sat Jan 20 23:50:47 EST 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/e8bb8b61 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f7e3038e (commit)
	from  https://github.com/Gnucash/gnucash/commit/6d0007ec (commit)



commit e8bb8b614698a675b924fc05e689d8630f2af3df
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jan 21 12:31:30 2024 +0800

    Bug 799224 - Import of QIF gets Bug detected during duplicates (partial fix)
    
    If the new-splits object is null, it means the new account tree from
    the current import has no splits. Therefore the (apply min|max dates)
    will fail. Omitting the date query is a simple fix to prevent crashing.
    
    This is a partial fix because the crash is likely a symptom of another
    bug which causes the new account-tree to be empty.

commit f7e3038e38ea963525a6beff3782d8cdaca2bdcc
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Jan 21 12:41:32 2024 +0800

    Bug 799225 - QIF Importer Crashes Silently after "Start Import" Button
    
    Don't allow a QIF investment transaction without an action (buy/sell/etc)



Summary of changes:
 gnucash/import-export/qif-imp/qif-merge-groups.scm | 12 ++++++++----
 gnucash/import-export/qif-imp/qif-to-gnc.scm       |  7 +++++++
 2 files changed, 15 insertions(+), 4 deletions(-)



More information about the gnucash-patches mailing list