Bug 16296 - Fix records displaying in virtualshelves
Test plan: - Empty OPACXSLTResultsDisplay system preference, - select a virtual shelf in the dropdown list "Lists" on navigation bar (Or create one and add records), - check that records are correctly displayed (title, author, publisher etc...). Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Display is now correct No errors Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
parent
ce47345c21
commit
8c807b9466
1 changed files with 1 additions and 1 deletions
|
@ -250,8 +250,8 @@ if ( $op eq 'view' ) {
|
|||
|
||||
my @items;
|
||||
while ( my $content = $contents->next ) {
|
||||
my $this_item;
|
||||
my $biblionumber = $content->biblionumber->biblionumber;
|
||||
my $this_item = GetBiblioData($biblionumber);
|
||||
my $record = GetMarcBiblio($biblionumber);
|
||||
|
||||
if ( C4::Context->preference("OPACXSLTResultsDisplay") ) {
|
||||
|
|
Loading…
Reference in a new issue