https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16143 --- Comment #2 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 49501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49501 Bug 16143: Make opac-shelves.pl generate OPAC itype images path Review of attachment 49501: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16143&attachment=49501) ----------------------------------------------------------------- ::: opac/opac-shelves.pl @@ +259,4 @@
}
my $marcflavour = C4::Context->preference("marcflavour"); + my $itemtypeinfo = getitemtypeinfo( $content->biblionumber->biblioitems->first->itemtype, 'opac' );
Oooo... good catch. -- You are receiving this mail because: You are watching all bug changes.