https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35312 Bug ID: 35312 Summary: When circulation is blocked by noissuecharge, total of outstanding charges can be wrong Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org CC: clemens.tubach@kit.edu, gmcharlt@gmail.com, kyle.m.hall@gmail.com, michaela.sieber@kit.edu When some debit types are excluded from blocking circulation (noissuecharge), the total on the checkouts page will exclude them, although they are still outstanding. * Set systempreference noissuecharge to 5 * Add a new debit type: TEST * amount: 6.00 * Can be manually ivoiced? Yes * Include in noissuescharge? No (don't check it) * Go to any patron account without open fines/fees * Create a manual invoice for TEST of 6.00 * Verify fine total shows as 6 and you can still checkout * Add another manual invoice of type Manual fee of 6.00 * Verify the table shows a total of 12.00 * Verify you can no longer checkout On the checkouts tab you'll see a message: Charges: Patron has outstanding charges of 6.00. Checkouts are BLOCKED because fine balance is OVER THE LIMIT The amount is wrong. The outstanding charges are 12.00 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.