[Koha-bugs] [Bug 20816] Add ability to send custom field(s) containing patron information in SIP patron responses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 2 16:54:29 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20816

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #90813|0                           |1
        is obsolete|                            |

--- Comment #3 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 93493
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93493&action=edit
Bug 20816: Add ability to define custom templated fields in SIP patron
responses

To test:
 1 - You will need to enable SIP on your testing instance
    cp etc/SIPconfig.xml /etc/koha/sites/kohadev/
    sudo koha-start-sip
    add a user listed in the SIPconfig to your system and give them permissions
(superlibrarian works)
 2 - If you copied the above file you should be set to get custom field DE with
dateexpiry
 3 - send a status test using the sip cli tester:
     perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su lpl-sc-beacock -sp
xyzzy -l LPL --patron nick -m patron_status_request
 4 - send an information test using the sip cli tester:
     perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su lpl-sc-beacock -sp
xyzzy -l LPL --patron nick -m patron_information
 5 - confirm you receive the DE field with a dateexpiry
 6 - Add your own custom fields and confirm it works with several
 7 - prove -v t/db_dependent/SIP/Patron.t
 8 - prove -v t/db_dependent/SIP/

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list