[Koha-bugs] [Bug 915] New: opac-MARCdetail.pl incorrectly shows request status

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Mon Jan 24 23:42:28 CET 2005


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 at katipo.co.nz
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at 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.




More information about the Koha-bugs mailing list