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

--- Comment #525 from David Cook <[email protected]> ---
Just got bitten by this:

+} else { # check if we should show analytics anyway
+    $show_analytics = 1 if @{$biblio->get_marc_components(1)}; # count matters
here, results does not
 }

Records that shouldn't have "Show analytics" links are showing up because other
records that use 773 and link by biblionumber/controlnumber still index to
Host-item index using 773$t, and the 245$t from my first record gets hits for
unrelated records that have indexed their 773$t into Host-item.

Fun times.

I'll have to look to see if there's any related reports here that just aren't
linked to this one... and failing that I'll think of a solution...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to