gnucash maint: Bug 797133 - CSV Import of multicurrency transaction export in multiline form
Geert Janssens
gjanssens at code.gnucash.org
Sat Mar 28 15:10:45 EDT 2020
Updated via https://github.com/Gnucash/gnucash/commit/28e5db42 (commit)
from https://github.com/Gnucash/gnucash/commit/3c75140d (commit)
commit 28e5db429c3698d5d6add82d2037e5f99fa20e45
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sat Mar 28 20:02:25 2020 +0100
Bug 797133 - CSV Import of multicurrency transaction export in multiline form
The csv parser was using xaccParseAmount to convert price strings into GncNumerics.
However our export code can generate prices in rational form which xaccParseAmount
can't convert. So for prices the csv parser now uses the expression parser instead
to convert the string into a GncNumeric.
Summary of changes:
gnucash/import-export/csv-imp/gnc-imp-props-tx.cpp | 29 +++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
More information about the gnucash-patches
mailing list