https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18487 Bug ID: 18487 Summary: GetMemberAccountRecords returning imprecise amount - causing pay issue Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com To recreate: Create a manual invoice for 7.56 Pay fines, 'pay amount' Attempt to pay 7.56 You get an error "amount paid must be less than or equal to 7.56" Verify you can pay 7.55 - or 7.57 if you owe 7.57, but not 7.56 if you owe 7.56 Turns out $total_due is being fetched as '7.5599' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.