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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected],
                    [email protected], [email protected],
                    [email protected]
  Patch complexity: Trivial patch
          Assignee: [email protected]
            Status: Needs Signoff
                CC: [email protected]
         Component: SIP2
                CC: [email protected]

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 <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to