koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 915] New: opac-MARCdetail.pl incorrectly shows request status
Date: 24 Jan 2005 22:42:28 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]