[Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #151 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 70259 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70259 Bug 14385: A lot of patches Review of attachment 70259: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14385&attachment=70259) ----------------------------------------------------------------- ::: opac/opac-tags.pl @@ +310,5 @@
+ if (grep { $_->{term} eq $my_tag->{term} } @$results) { + if (! $my_tag->{visible} ) { + my $check_biblio = GetMarcBiblio({ + biblionumber => $my_tag->{biblionumber}, + embed_itesm => 1,
Always good idea to re-check over and over. :) -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org