https://bugs.kde.org/show_bug.cgi?id=328050
--- Comment #10 from Ralf Habacker <ralf.habac...@freenet.de> --- /kmymoney/plugins/ofximport/dialogs/mymoneyofxconnector.cpp - The ofx spec 2.2 at http://www.ofx.net/downloads/OFX%202.2.pdf mentions in chapter '3.2.9.1 Basic Format' Format: A-32 that amounts should not include any punctuation separating thousands, millions, and so forth, so the solution is to not use thousand separator anymore here ./kmymoney/plugins/csvexport/csvwriter.cpp - there are two cases were the money are formatted with thousand separator, but the separator is removed afterwards -> do not format with thousand separator ./kmymoney/plugins/weboob/dialogs/mapaccount.cpp - The formatted money is displayed in an account list -> safe to use thousand separator ./kmymoney/views/kgloballedgerview.cpp - the money is formatted for internal debugging -> safe to use thousand separator ./kmymoney/reports/listtable.cpp - the money is formatted for the html report -> safe to use thousand separator /kmymoney/widgets/kbudgetvalues.cpp - the money is formatted for a dialog box -> safe to use thousand separator -- You are receiving this mail because: You are the assignee for the bug.