[Koha-bugs] [Bug 24449] SIP2 - too_many_overdue flag is not implemented

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 17 15:35:30 CET 2020


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 97527
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97527&action=edit
Bug 24449: Add too_many_overdue to patron status for SIP

To test:
1 - Have sip running and use the cli to get info for a patron
    example: perl misc/sip_cli_emulator.pl  -a localhost -p 6001 -su koha -sp
koha -l CPL -m patron_status_request --patron koha
2 - Checkout an item to the patron, backdated so it is overdue
3 - Set syspref 'OverduesBlockCirc' to anything but "Don't Block"
4 - Get the patron status via SIP, note circ blocked flag is set, but
too_many_overdue is not
5 - Apply patch
6 - Restart all the things
7 - Get the patron status via SIP
8 - Note the too_many_overdue flag is now triggered and there is a message
    example: READ: 24Y     Y       00120200117    142716AEEdna
Acosta|AA23529001000463|BLY|CQN|BV0.25|AFGreetings from Koha.  -- Patron has
overdues -- Patron owes 0.25|AOCPL|

-- 
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