AUDIT: r23114 - gnucash/trunk/src/import-export - Bug 704183 - ofx file import tries to match online_id against ACCTID[space]ACCTKEY even when ACCTKEY is empty

John Ralls jralls at code.gnucash.org
Fri Aug 2 13:55:52 EDT 2013


Author: jralls
Date: 2013-08-02 13:55:52 -0400 (Fri, 02 Aug 2013)
New Revision: 23114
Trac: http://svn.gnucash.org/trac/changeset/23114

Modified:
   gnucash/trunk/src/import-export/import-account-matcher.c
Log:
Bug 704183 - ofx file import tries to match online_id against ACCTID[space]ACCTKEY even when ACCTKEY is empty

Alters the gnucash account matching code to search a second time if
the original search fails and the account ID has a trailing space. The second
search tries with the trailing space removed.

BP



More information about the gnucash-patches mailing list