[koha-commits] main Koha release repository branch master updated. v16.11.00-66-g97eb773

Git repo owner gitmaster at git.koha-community.org
Fri Dec 16 12:43:20 CET 2016


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  97eb773c0a4054f0538c8966e207734f6f56bdd5 (commit)
      from  3cd1a60157ea5cf5c4b906b96a8a39ed01292288 (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 97eb773c0a4054f0538c8966e207734f6f56bdd5
Author: Kyle M Hall <kyle at kylehall.info>
Date:   Mon Dec 12 06:59:30 2016 -0500

    Bug 17761 - Renewing or returning item via the checkouts table causes lost and damaged statuses to disappear
    
    Due to the fact that the lost and damaged status are contained within the due_due span,
    when the item is renewed or returned these statuses disappear.
    Some librarians find this disconcerting and it seems that it would be better to keep the visible.
    
    Test Plan:
    1) Find a lost item checked out to a patron
    2) Renew that lost item via the checkouts table
    3) Notice the lost status disappears from that row
    4) Apply this patch
    5) Refresh the page ( you may want to clear your browser cache as well )
    6) Renew the item again
    7) The lost status should remain visible!
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Edie Discher <edischer at cityoffargo.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list