gnucash stable: Bug 799268 - Cannot write a check over $1000
Christopher Lam
clam at code.gnucash.org
Wed Apr 10 01:34:24 EDT 2024
Updated via https://github.com/Gnucash/gnucash/commit/8c94132f (commit)
from https://github.com/Gnucash/gnucash/commit/0447e8da (commit)
commit 8c94132f1373480b55c0ca165f8434e29df0519e
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Wed Apr 10 13:29:10 2024 +0800
Bug 799268 - Cannot write a check over $1000
this is caused by d52d226e5b which caused log_val, pow_val, this_part
to be kept as float instead of the original algorithm which required
casting to int.
Summary of changes:
libgnucash/app-utils/gnc-ui-util.cpp | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
More information about the gnucash-patches
mailing list