From 574a2d1e7ed01c6343ff0028a36b96f3c8b7113f 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 Signed-off-by: Martin Renvoize --- 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 1b07f2bb65..013fecbb1a 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.20.1