[Kmymoney-devel] [kmymoney4] [Bug 313237] No payee matching with aqbanking import (HBCI)

Thomas Baumgart ipwizard at users.sourceforge.net
Sun Mar 24 08:17:54 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=313237

--- Comment #8 from Thomas Baumgart <ipwizard at users.sourceforge.net> ---
Christian writes: "The added line breaks are removed after evaluation of the
regexp". I don't currently see where this happens. Maybe, you can point me in
the right direction. Nevertheless, changing the string will certainly change
the hash that is used for duplicate detection. So adding it as simple as
proposed in comment 6 might cause trouble for users. Changing

  h = MyMoneyTransaction::hash(s.trimmed(), h);

into

  h = MyMoneyTransaction::hash(s.replace("\n", " ").trimmed(), h);

could solve this problem. Please give it a try.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list