From 2fbed0d70084820f2c55b77c00f783bab8799fc8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 18 Oct 2021 12:47:34 +0200 Subject: [PATCH] Bug 14957: (follow-up) Clarify 'context' param --- Koha/BackgroundJob/BatchUpdateBiblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/BackgroundJob/BatchUpdateBiblio.pm b/Koha/BackgroundJob/BatchUpdateBiblio.pm index 1b07f2bb658..013fecbb1ac 100644 --- a/Koha/BackgroundJob/BatchUpdateBiblio.pm +++ b/Koha/BackgroundJob/BatchUpdateBiblio.pm @@ -92,7 +92,7 @@ sub process { C4::MarcModificationTemplates::ModifyRecordWithTemplate( $mmtid, $record ); my $frameworkcode = C4::Biblio::GetFrameworkCode( $biblionumber ); C4::Biblio::ModBiblio( $record, $biblionumber, $frameworkcode, { - overlay_context => $args->{context}, + overlay_context => $args->{overlay_context}, }); }; if ( $error and $error != 1 or $@ ) { # ModBiblio returns 1 if everything as gone well -- 2.25.1