mirror of https://github.com/Gnucash/gnucash
Bug #645406: Make transaction matching on memo and description case-insensitive
Patch by gnemas: The function split_find_match() in import-backend.c scores transactions according to comparisons of amount, date, description, etc. I noticed that the comparison of the description and memo fields is case-sensitive. This means that my supermarket entries that have descriptions "Giant Food" do not match the downloaded descriptions "GIANT FOOD". This applies to both the exact and the 50% match cases, and for both the memo and the description fields. The attached patch should fix this. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20478 57a11ea4-9604-0410-9ed3-97b8803252fdpull/1/head
parent
6e987e23f0
commit
39030f8a73
Loading…
Reference in new issue