[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-908-g4f263b3

Git repo owner gitmaster at git.koha-community.org
Mon Aug 12 16:53:00 CEST 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  4f263b3a909b420e31b5c43a17331d0231260003 (commit)
      from  7d6edc6f182009726e9675ae832385f37e16c4e0 (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 4f263b3a909b420e31b5c43a17331d0231260003
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed May 15 11:52:57 2013 +0200

    Bug 10247: show warning if hold blocked due to maxreserves syspre
    
    On intranet, when placing a hold requst:
    If borrower has reached the request limit, a warning should appear :
      Cannot place hold
      * Too Many Holds: TEST has too many holds.
    
    This works when quota defined in circulation rules is reached but not
    when limit specified in syspref maxreserves is reached, in case this
    limit is lower than the one defined is circulation rules.
    
    This is because template param maxreserves is set twice, this patch
    corrects this bug.
    
    Also moves warnings and messages conditional variable from Perl to
    template because it cause the same bug as for maxreserves.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/modules/reserve/request.tt             |    8 +++---
 reserve/request.pl                                 |   23 ++++---------------
 2 files changed, 9 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list