https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38936 --- Comment #25 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. The new tests should pass after the patch is applied: 1.1 prove t/db_dependent/Output.t 2. The other tests in bug 28478 should also continue to pass: 2.1 prove t/db_dependent/Koha/Biblio/Metadata/Extractor/MARC.t 2.2 prove t/db_dependent/Koha/Biblio.t 3. OPAC suppression works as expected: 3.1 Set OpacSuppression system preference to "Hide". 3.2 Edit a record (I used Programming Perl, 262) and changed 942$n to "Yes". 3.3 Attempt to access the record in the OPAC and you should get "Record blocked You are not authorized to view this record.". 3.4 Checked for all OPAC views: - Normal view: /cgi-bin/koha/opac-detail.pl?biblionumber=262 - MARC view: /cgi-bin/koha/opac-MARCdetail.pl?biblionumber=262 - ISBD view: /cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=262 -- You are receiving this mail because: You are watching all bug changes.