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

Git repo owner gitmaster at git.koha-community.org
Fri Oct 11 16:21: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  ffd625b88f87663c84a55b7b96e56a32b606e36d (commit)
      from  f17fab3ed9b4cef1bd8932376fbdc8733d899fab (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 ffd625b88f87663c84a55b7b96e56a32b606e36d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Sep 4 12:14:07 2013 -0400

    Bug 10820: display item status as lost if item is both lost and on loan
    
    In the OPAC, if an items is both lost and checked out, it will show as
    lost on the search results, and checkout out in the record details. The
    lost status should take precedence over the checked out status, as the
    checked out status may lead a patron to believe the book may return
    soon.
    
    Test Plan:
    1) Check an item out to a patron
    2) Set it to lost ( requires itemlost to be revealed in the framework
        for the items editor ).
    3) Rebuild your zebra indexes
    4) Run a search where that item is in the results list
    5) Note the item is marked as lost
    6) View the record details
    7) Note the item is listed as "checked out"
    8) Apply this patch
    9) Repeat steps 4-6, note the item is now listed as lost
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../opac-tmpl/prog/en/includes/item-status.inc     |   24 ++++++++++----------
 1 file changed, 12 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list