[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-3-g1252f3986b

Git repo owner gitmaster at git.koha-community.org
Mon Mar 9 18:47:56 CET 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.05.x has been updated
       via  1252f3986b47d671a4d069c7ffe01827e820ee72 (commit)
      from  649c0b2df7e288488fe016408f90440041ff59fb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1252f3986b47d671a4d069c7ffe01827e820ee72
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 17 14:29:42 2020 +0000

    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|
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit cb59d155aede69111bfd9d4d013ae027ebf51ae3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/SIP/ILS/Patron.pm | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list