]> git.koha-community.org Git - koha.git/commit
Bug 13293 - Regression: Override renewal limit option broken with AJAX circ
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Nov 2014 13:13:46 +0000 (08:13 -0500)
committerMason James <mtj@kohaaloha.com>
Thu, 22 Jan 2015 09:32:10 +0000 (22:32 +1300)
commit0e97706b3bed604c07a1b301ecdd0d8b7287786e
tree57f5f0b4aaea024276f98cc654b5faa1b627c2db
parent01795f7ed9fda5e044fda1aeb4fed4b5cfbf870f
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@tamil.fr>
I confirm the bug and the solution.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@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@gmail.com>
Conflicts:
koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js
koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js