gnucash maint: Bug 797233 - Balance Sheet, Chart of Accounts, and other reports...

John Ralls jralls at code.gnucash.org
Tue May 14 16:41:01 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/fc567208 (commit)
	from  https://github.com/Gnucash/gnucash/commit/217418bb (commit)



commit fc567208f3400f26263582a4c10926e12fe108eb
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue May 14 13:34:07 2019 -0700

    Bug 797233 - Balance Sheet, Chart of Accounts, and other reports...
    
    crash when involving foreign currency stocks.
    
    Scheme's inexact->exact function just converts the floating-point
    representation of a number into an exact rational (documented in the
    API Reference, Simple Generic Data Types, Numerical data types, Exact
    and Inexact Numbers), which isn't what we want.
    
    We want the number converted to exact directly from the string and to do
    that we have gnc-fq-helper preface it with #e.



Summary of changes:
 libgnucash/quotes/gnc-fq-helper.in | 2 +-
 libgnucash/scm/price-quotes.scm    | 8 +-------
 2 files changed, 2 insertions(+), 8 deletions(-)



More information about the gnucash-patches mailing list