https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19261
--- Comment #16 from Katrin Fischer <[email protected]> --- Created attachment 107375 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=107375&action=edit Bug 19261: Never hide biblionumber field in view policy Followed test plan and biblionumber subfield 999c is visible in OPAC irrespective of visibility now. Patch applies and works as expected. Test plan: 0a) Use koha-testing-docker 0b) Do not apply patch 1) Hide 999$c in "Books, Booklets, Workbooks" framework 2) Search for "local-number:29 or local-number:30) 3) Note the search results include links like the following: http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=&searchid=scs_1595477248050 http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=&searchid=scs_1595477248050 4) Apply the patch 5) restart_all 6) Search for "local-number:29 or local-number:30) 7) Note the search results include links like the following: http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=29&searchid=scs_1595477625746 http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=30&searchid=scs_1595477625746 Signed-off-by: Dilan Johnpullé <[email protected]> Signed-off-by: Kyle M Hall <[email protected]> Signed-off-by: David Cook <[email protected]> Signed-off-by: Katrin Fischer <[email protected]> -- 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/
