From 4baf475a3593709776e498602a9fe51b4a917a60 Mon Sep 17 00:00:00 2001 From: Thibaud Guillot Date: Tue, 2 Sep 2025 10:17:43 +0200 Subject: [PATCH] Bug 28639: (follow-up) Fix atomic update file Signed-off-by: Mathieu Saby --- .../bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl b/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl index 08da5e1316..f897d4aa17 100755 --- a/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl +++ b/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl @@ -1,7 +1,7 @@ use Modern::Perl; return { - bug_number => "bug_28639", + bug_number => "28639", description => "Add embed see-from headings for oai", up => sub { my ($args) = @_; @@ -16,6 +16,6 @@ return { } ); - say $out "Add new system preference OAI-PMH:EmbedSeeFromInBibRecord"; + say_success( $out, "Add new system preference OAI-PMH:EmbedSeeFromInBibRecord" ); }, }; -- 2.39.5