From 5da600297405865d62ae4e3099f87b95568e16ec Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 25 Oct 2021 14:32:07 +0000 Subject: [PATCH] Bug 28453: DO NOT PUSH - FOR MARC21 TESTING ONLY This patch changes the authority type searched by the UNIMARC 210$c plugin from EDITORS to PERSO_NAME in order to try to make it more easily testable by MARC21 users. FOR TESTING ONLY!! Signed-off-by: David Nind --- cataloguing/value_builder/unimarc_field_210c.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cataloguing/value_builder/unimarc_field_210c.pl b/cataloguing/value_builder/unimarc_field_210c.pl index fe32ccd5aa2..6e5e8ba2dc7 100755 --- a/cataloguing/value_builder/unimarc_field_210c.pl +++ b/cataloguing/value_builder/unimarc_field_210c.pl @@ -106,7 +106,7 @@ sub plugin { my $to = ( $offset + $resultsperpage > $total ) ? $total : $offset + $resultsperpage; my $link = - "../cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&authtypecode=EDITORS&" + "../cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&authtypecode=PERSO_NAME&" . join( "&", map { "value=" . $_ } @value ) . "&op=do_search&type=intranet&index=$index"; -- 2.39.5