http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10836
--- Comment #8 from Galen Charlton <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
