https://bugs.kde.org/show_bug.cgi?id=374527
Bug ID: 374527 Summary: Payee error matching when importing statements Product: kmymoney Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: General Assignee: kmymoney-devel@kde.org Reporter: alexandre...@gmail.com Target Milestone: --- Created attachment 103187 --> https://bugs.kde.org/attachment.cgi?id=103187&action=edit Patch to fix payee matching (fix commit 5ecbe8f8a74fbf14fbbac06ea418731aa51d884c) The current version of the commit 5ecbe8f8a74fbf14fbbac06ea418731aa51d884c does not interpret correctly the return value of the QRegExp indexIn function. The function returns the index of the first character where the string is found. The attached patch corrects that allowing the matching of the string to the payee to occur. -- You are receiving this mail because: You are the assignee for the bug.