@@ -, +, @@ template - Log in to Koha with an account which does not have the 'force_checkout' permission. - Locate a barcode which is checked out to a patron. - Open a different patron account for checkout. - Try to check out the barcode to that different patron. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -408,7 +408,7 @@ $(document).ready(function() { [% END %] [% ELSE %] - [% END %] --