http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10836 --- Comment #8 from Galen Charlton <gmcharlt@gmail.com> --- Comment on attachment 21416 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21416 Bug 10836 - New layout for placing holds in the OPAC Review of attachment 21416: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10836&attachment=21416) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt @@ +184,5 @@
+ var optionsID = this.id.replace("toggle-hold-options-",""); + var copiesRow = $("#copiesrow_"+optionsID) + $("#hold-options-"+optionsID).toggle(0, function() { + if( copiesRow.is(':visible') ){ + $("#reqany_"+optionsID).prop("checked",true);
I'm not sure about this -- if you expand options, choose to select a specific copy, then hide the options (say, because you're placing several holds at once and want to reclaim screen real estate), the request type gets silently changed to a title hold. Is there a reason to do that? -- You are receiving this mail because: You are watching all bug changes.