From b950f78e04155d6422baaaab40ee05a625a0ae7e Mon Sep 17 00:00:00 2001 From: Leire Diez Date: Mon, 18 Sep 2017 15:48:03 +0200 Subject: [PATCH] Bug 9495 - split NotesBlacklist in to two prefs for staff and OPAC Fixed: Undefined subroutine &main::GetOPACMarcNotes Followed test plan, patch worked as described, also ran QA test tools which passed Signed-off-by: Alex Buckley --- C4/Biblio.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index c3c0307..451f07b 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -76,6 +76,7 @@ BEGIN { &GetMarcControlnumber &GetMarcNotes + &GetOPACMarcNotes &GetMarcISBN &GetMarcISSN &GetMarcSubjects -- 2.1.4