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

Git repo owner gitmaster at git.koha-community.org
Thu Jan 22 10:27:20 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  0e97706b3bed604c07a1b301ecdd0d8b7287786e (commit)
      from  01795f7ed9fda5e044fda1aeb4fed4b5cfbf870f (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 0e97706b3bed604c07a1b301ecdd0d8b7287786e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Nov 21 08:13:46 2014 -0500

    Bug 13293 - Regression: Override renewal limit option broken with AJAX circ
    
    The "Override renewal limit" checkbox no longer works to un-hide the
    renewal checkboxes in the table of checkouts. I assume this is because
    the script works in such a way that it is looking for the checkboxes
    before they are part of the document.
    
    Test Plan:
    1) Apply this patch
    2) Check the "Override renewal limit" checkbox
    3) Note the checkbox now appears
    
    Note, this change allows the "X of Y renewals remaining" to be displayed
    for non-renewable items. I left this as it is for two reasons: 1) it
    gives the librarian more information that may be useful, and 2) it looks
    nicer and more uniform.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    I confirm the bug and the solution.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script, works as described.
    Exception: on-site checkouts can't be renewed.
    
    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 |   28 +++++++++++++----------
 1 file changed, 16 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list