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

Git repo owner gitmaster at git.koha-community.org
Mon Jan 19 14:22:51 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  9f0326bcb27e41437c0c93dc901ffa0c39cc742e (commit)
      from  f8432bb26d3d981a0276dc62e81576a455e323bb (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 9f0326bcb27e41437c0c93dc901ffa0c39cc742e
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: Mason James <mtj at kohaaloha.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list