Fix bug: Loan % doesn't allow exact rate #1492
Reference in New Issue
Block a user
Delete Branch "fix-loan-rate-bug"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1487
Change the step of the interest rate field to 0.005.
It's unlikely that we'll see interest rates in smaller increments.
Agreed, this seems like a reasonable limit to use.
Thanks!