http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8082 Priority: P5 - low Change sponsored?: --- Bug ID: 8082 CC: gmcharlt@gmail.com Assignee: kyle.m.hall@gmail.com Summary: The: IssuingInProcess configuration setting is working in reverse. Severity: major Classification: Unclassified OS: All Reporter: jransom@library.org.nz Hardware: PC Status: NEW Version: rel_3_6 Component: Circulation Product: Koha In the system preferences it is possible to nominate a $ value limit using a couple of confurable settings: maxoutstanding ang noissuescgarge A further system preference (IssuingInProcess) can be set to prevent / not prevent issues in a single session from being blocked if that threshold is reached. For example: Koha Patrons have $5 limit on their account. Patrons often borrow more than that in one transaction/session. So a transaction/session may be carried out to completion even if the amount owed goes over $5. They will however be blocked from any new borrowing until that debt is reduced below $5. If the IssuingInProcess is set to <Prevent> it, illogically, doesn't prevent - and vice versa. It is working backwards. -- You are receiving this mail because: You are watching all bug changes.