gnucash master: Bug 764268 - MT940 import select account based on transaction info

Christian Stimming cstim at code.gnucash.org
Tue Apr 5 15:54:16 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/dc4fce0a (commit)
	from  https://github.com/Gnucash/gnucash/commit/ee40d5dc (commit)



commit dc4fce0aaea0cabcb83f9de9a4cffa5b53089747
Author: Christian Stimming <christian at cstimming.de>
Date:   Tue Apr 5 21:51:49 2016 +0200

    Bug 764268 - MT940 import select account based on transaction info
    
    When importing MT940 files, AqBanking will (sometimes?) put
    all transactions under a single AccountInfo, even when there
    are multiple accounts in the file. Luckily the correct account
    information can be recovered from the transaction information.
    This patch will try to use the account information in the
    transaction before trying to use the saved account state.
    
    Patch by Jethro Beekman.



Summary of changes:
 src/import-export/aqb/gnc-ab-utils.c | 46 +++++++++++++++++++++++++++++++++++-
 1 file changed, 45 insertions(+), 1 deletion(-)



More information about the gnucash-patches mailing list