https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18812 Bug ID: 18812 Summary: SIP Patron status does not respect OverduesBlockCirc Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: Needs Signoff Severity: normal Priority: P5 - low Component: SIP2 Assignee: nick@bywatersolutions.com Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: chris.kirby@ilsleypubliclibrary.org, colin.campbell@ptfs-europe.com, gmcharlt@gmail.com, kyle.m.hall@gmail.com Patch complexity: Trivial patch Assignee: nick@bywatersolutions.com Status: Needs Signoff CC: colin.campbell@ptfs-europe.com Component: SIP2 CC: chris.kirby@ilsleypubliclibrary.org When performing a patron_information request against the SIP server a patron with overdues returns false for 'charge privileges denied' - they should return a 'Y' --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 64336 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64336&action=edit Bug 18812 - SIP Patron status does not respect OverduesBlockCirc To test: 1 - Set 'OverduesBlockCirc' to block 2 - Find or create a patron with overdues 3 - Perform a SIP patron lookup on that patron misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su term1 -sp term1 -l CPL --patron {userid or cardnumber} --password {pass} -m patron_information 4 - Note the first character of response is a ' ' 5 - Apply patch 6 - Perform SIP patron lookup 7 - Note the first character of response is 'Y' 8 - prove t/db_dependent/SIP/Patron.t 9 - Test should return green -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.