https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31161 --- Comment #6 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #3)
I think that we need a database column to store the 942$n data to make it easy to query via SQL.
I still think that this is the solution for this particular issue.
OpacHiddenItems will still be an issue but that can be a separate issue...
I actually just remembered that I actually have a solution for this! Check out the patch on bug 19704. I use SQL::Abstract to generate SQL based on OpacHiddenItems! (Note that the 942$n issue on that report is managed using ExtractValue() but it's not as efficient as just having a "biblio" or "biblioitems" column of "suppressed".) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.