gnucash stable: [import-backend.cpp] gnc_import_exists_online_id shouldn't destroy transaction
Christopher Lam
clam at code.gnucash.org
Mon Jul 24 11:28:01 EDT 2023
Updated via https://github.com/Gnucash/gnucash/commit/52b7bdc7 (commit)
from https://github.com/Gnucash/gnucash/commit/73a78f70 (commit)
commit 52b7bdc7e9f01419cc2a7926b4eda475daabea9d
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Mon Jul 24 22:19:46 2023 +0800
[import-backend.cpp] gnc_import_exists_online_id shouldn't destroy transaction
Because gnc_import_exists_online_id is documented to only check that
the online_id already exists. It is more appropriate for its caller to
destroy the transaction.
Summary of changes:
gnucash/import-export/import-backend.cpp | 9 ---------
gnucash/import-export/import-main-matcher.cpp | 7 +++++++
2 files changed, 7 insertions(+), 9 deletions(-)
More information about the gnucash-patches
mailing list