X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=catalogue%2Fdetailprint.pl;h=fe92fe5252f3209b1ee2c7bd449c29cbfe8cfc19;hb=b023de813bcfef8c2e18a0778d9e2495ed6dfb96;hp=41d346fb614e3fcc8532ab33a69d97a4903a53c9;hpb=b31b5f3620552da4ae4de83f7a14fd18f1110cd2;p=koha.git diff --git a/catalogue/detailprint.pl b/catalogue/detailprint.pl index 41d346fb61..fe92fe5252 100755 --- a/catalogue/detailprint.pl +++ b/catalogue/detailprint.pl @@ -35,7 +35,7 @@ my $type = $query->param('type'); my $biblionumber = $query->param('biblionumber'); # change back when ive fixed request.pl -my @items = GetItemsInfo( $biblionumber, $type ); +my @items = GetItemsInfo( $biblionumber ); my $norequests = 1; foreach my $itm (@items) { $norequests = 0 unless $itm->{'notforloan'};