[Koha-bugs] [Bug 18812] New: SIP Patron status does not respect OverduesBlockCirc

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 17 15:28:38 CEST 2017


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 at bywatersolutions.com
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: chris.kirby at ilsleypubliclibrary.org,
                    colin.campbell at ptfs-europe.com, gmcharlt at gmail.com,
                    kyle.m.hall at gmail.com
  Patch complexity: Trivial patch
          Assignee: nick at bywatersolutions.com
            Status: Needs Signoff
                CC: colin.campbell at ptfs-europe.com
         Component: SIP2
                CC: chris.kirby at 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 at 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.


More information about the Koha-bugs mailing list