gnucash maint: Multiple changes pushed

Mike Evans mikee at code.gnucash.org
Sun Jan 25 05:44:36 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/5e60a234 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/564b9874 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2494bfc6 (commit)



commit 5e60a234006ef68a517af0204d92f96ebe2f5de6
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Sun Jan 25 11:14:53 2015 +0000

    Bug 721196 - Use a regex for checking for a valid numeric value.
    
    Just testing for an empty field will miss the cases where there are
    spaces or decimal separators present.

commit 564b9874575bb689974caca91a6737c8b12ef9cb
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Sun Jan 25 11:08:05 2015 +0000

    Numeric values with more than commodity smallest fraction get silently dropped.
    
    If there are more DPs than the commodity smallest fraction they get
    lost when calling gnc_numeric_convert().  Removed the call.



Summary of changes:
 src/import-export/csv-imp/gnc-csv-model.c | 10 +++++++---
 src/plugins/bi_import/dialog-bi-import.c  |  3 ---
 2 files changed, 7 insertions(+), 6 deletions(-)



More information about the gnucash-patches mailing list