@@ -, +, @@ marc21_linking_section.pl Koha > Cataloguing > plugin for links Plugin still working, with a valid pop-pup window id. --- cataloguing/value_builder/marc21_linking_section.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/cataloguing/value_builder/marc21_linking_section.pl +++ a/cataloguing/value_builder/marc21_linking_section.pl @@ -41,7 +41,7 @@ my $builder = sub { @@ -315,4 +315,4 @@ my $launcher = sub { output_html_with_http_headers $query, $cookie, $template->output; }; -return { builder => $builder, launcher => $launcher }; +return { builder => $builder, launcher => $launcher }; --