@@ -, +, @@ responsing Yes to the prompt - Checking in an item which is part of a rotating collection - Checking in an item which is on hold for a patron --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -140,7 +140,6 @@ $(document).ready(function () { }); [% END %] $('.openWin').on("click",function(e){ - e.preventDefault(); Dopop( $(this).data("url") ); }); }); @@ -410,10 +409,10 @@ $(document).ready(function () { Transfer now?
[% IF itemnumber %] - + [% END %] - - + + --