gnucash stable: Bug 799068 - csv export active register not working
Christopher Lam
clam at code.gnucash.org
Thu Aug 24 12:16:54 EDT 2023
Updated via https://github.com/Gnucash/gnucash/commit/8fe9dc98 (commit)
from https://github.com/Gnucash/gnucash/commit/3d1e1154 (commit)
commit 8fe9dc9845b0f79ce2a0e5125ded2a9c956f06eb
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Fri Aug 25 00:01:58 2023 +0800
Bug 799068 - csv export active register not working
XML_EXPORT_TRANS uses info->csva.account_list. XML_EXPORT_REGISTER
doesn't use an account list, and uses the register QofQuery
instead. Call account_splits once with a nullptr account.
Summary of changes:
.../import-export/csv-exp/csv-transactions-export.cpp | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
More information about the gnucash-patches
mailing list