[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-62-g5869bcc

Git repo owner gitmaster at git.koha-community.org
Thu Jan 22 10:15:46 CET 2015


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.16.x has been updated
       via  5869bccfc367a93063b552fbcf9d5dc90f0f0cdb (commit)
      from  75046946ac59dc4c5e30dedc856f0af423da2e16 (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 5869bccfc367a93063b552fbcf9d5dc90f0f0cdb
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Nov 13 12:03:42 2014 -0500

    Bug 12778 - Regression: Item lost status doesn't show in list of checkouts
    
    When using the longoverdue script it's possible that items marked lost
    remain on the patron account. I think it's important for staff to see
    that some items are marked lost - currently the list of checkouts
    doesn't show any sign of the lost status.
    
    Test Plan:
    1) Find a patron with a checked out lost item
    2) Note the lost status is not displayed in the checkouts table
    3) Apply this patch
    4) Refresh the page, note the lost status now displays
    5) Repeat this test plan for a damaged item
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Tested successfully with damaged and multiple lost values.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Conflicts:
    	koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js |   19 +++++++++++++++----
 svc/checkouts                                   |    9 +++++++--
 2 files changed, 22 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list