[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-135-gd4ad282

Git repo owner gitmaster at git.koha-community.org
Thu Oct 31 18:50:36 CET 2013


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, master has been updated
       via  d4ad282e91f034d992e0f726ed256a0ddbf6b20f (commit)
       via  070e52f401155e00f075bc45287c98ba94f4cf79 (commit)
      from  f57a057ef4420bf5e30ed36a054d99058cdfa4f3 (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 d4ad282e91f034d992e0f726ed256a0ddbf6b20f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Sun Oct 20 20:27:31 2013 -0400

    Bug 10445: (follow-up) fix error
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Followup to failed QA tests have helped pass.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 070e52f401155e00f075bc45287c98ba94f4cf79
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jun 11 10:00:58 2013 -0400

    Bug 10445: make SIP Server respect maxoutstanding system preference
    
    The system preference 'maxoutstanding' is defined as the maximum amount
    of fees owed by the patron before Koha should block placing holds (
    terrible naming on this one ).
    
    However, although the Koha OPAC respects this preference, placing holds
    via a SIP2 device will not.
    
    Test Plan:
    1) Set maxoutstanding to $10
    2) Pick a patron owning more than $10 in fees
    3) Attempt to place a hold for this patron from a SIP2 device
       This attempt should succeed
    4) Apply this patch
    5) Restart your SIP2 server
    6) Attempt to place a hold for this patron from a SIP2 device again
       This attempt should now fail
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/SIP/ILS.pm        |    4 ++++
 C4/SIP/ILS/Patron.pm |    7 +++++++
 2 files changed, 11 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list