[Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 5 20:51:44 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385

--- Comment #151 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list