Bug 18560: RSS link in opac shelves is broken
TEST PLAN --------- 1) have books entered 2) log in create a list 3) add books to list 4) display list 5) click the RSS link button. -- bad HASH error. 6) apply patch 7) repeat steps 4&5 -- readble junk without error messages. 8) run koha qa test tools Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
61ca4deee3
commit
f3167a5259
1 changed files with 0 additions and 5 deletions
|
@ -315,11 +315,6 @@ if ( $op eq 'view' ) {
|
||||||
$this_item->{incart} = 1;
|
$this_item->{incart} = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $query->param('rss') ) {
|
|
||||||
$this_item->{title} = $content->biblionumber->title;
|
|
||||||
$this_item->{author} = $content->biblionumber->author;
|
|
||||||
}
|
|
||||||
|
|
||||||
$this_item->{biblionumber} = $biblionumber;
|
$this_item->{biblionumber} = $biblionumber;
|
||||||
push @items, $this_item;
|
push @items, $this_item;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue