gnucash maint: Bug - 761172 Importing invoices posts incorrect values.

Mike Evans mikee at code.gnucash.org
Wed Mar 2 04:30:39 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/e4e19a4c (commit)
	from  https://github.com/Gnucash/gnucash/commit/cb88fe8f (commit)



commit e4e19a4caa2b9a5673ab227022cb193026a5c301
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Wed Mar 2 09:23:10 2016 +0000

    Bug - 761172 Importing invoices posts incorrect values.
    
    This looks a rounding error caused by not setting the denominator to an
    appropirate value. I've set it to 100x the currency fraction.
    
    For some reason I removed the call to gnc_numeric_convert() in commit
    564b9874575 I shouldn't have done that. I should have adjusted the denom.



Summary of changes:
 src/plugins/bi_import/dialog-bi-import.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)



More information about the gnucash-patches mailing list