http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6322
--- Comment #9 from Jonathan Druart <[email protected]> --- Comment on attachment 46563 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46563 Bug 6322 - It's possible to view lists/virtualshelves even when virtualshelves is off Review of attachment 46563: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6322&attachment=46563) ----------------------------------------------------------------- ::: opac/opac-addbybiblionumber.pl @@ -41,5 @@ > our @biblios; > > - > -if (scalar(@biblionumber) == 1) { > - @biblionumber = (split /\//,$biblionumber[0]); No it has not been fixed correctly, these lines should be kept. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
