[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-32-gb4ee591

Git repo owner gitmaster at git.koha-community.org
Mon Jun 17 10:39:16 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, 3.8.x has been updated
       via  b4ee59100fb5a47fb323c870e056f9a029dbe7ee (commit)
      from  d880debb742e164b20115a08283268e8c642c13a (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 b4ee59100fb5a47fb323c870e056f9a029dbe7ee
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 16 08:50:23 2013 -0400

    Bug 10166 [3.10.x] Can't place holds on multiple titles if one or more are un-holdable
    
    opac-reserve.pl tries to check whether all selected titles in a
    multiple-hold batch are unavailable to be placed on hold. However, the
    logic is flawed in such a way that if the last item in the batch cannot
    be placed on hold the script assumes none can be placed on hold.
    
    This patch modifies the way the script tracks the "no titles available
    for holds" variable in order to correct the error.
    
    To test, place multiple holds by selecting titles from a list of search
    results. Test three conditions:
    
    - All titles are available to be placed on hold
    
      You should see no onscreen warnings, and all titles should be
      selectable on the place hold screen. A "Place hold" button should
      appear at the bottom.
    
    - Some titles can be placed on hold, some cannot
    
      The titles which can be placed on hold should be selectable.
      Titles which cannot be placed on hold should show a warning
      message. A "Place hold" button should appear at the bottom.
    
    - No titles can be placed on hold
    
      "Sorry, none of these items can be placed on hold." should appear at
      the top of the page. All titles should appear with warning messages.
      There should be no "Place hold" button.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 049d422d36de9d2f7ba73c759c0f93f30790fc2f)

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

Summary of changes:
 opac/opac-reserve.pl |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list