http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=915 Summary: opac-MARCdetail.pl incorrectly shows request status Product: Koha Version: 2.2.0 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: OPAC AssignedTo: chris@katipo.co.nz ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net opac-detail.pl has this code: my $norequests = 1; foreach my $itm (@items) { $norequests = 0 unless $itm->{'notforloan'}; $itm->{$itm->{'publictype'}} = 1; } Which sets the 'norequests' variable for biblios which cannot be reserved (for whatever reason, including having no copies attached). opac-MARCdetail.pl doesn't have this functionality, resulting in a request button which doesn't work. It looks like the same is true for opac-ISBDdetail.pl. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.