From e018f8319a87dac480fc8dd74e49916a9d122871 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 25 Aug 2017 09:43:02 +0200 Subject: [PATCH] Bug 19040: [QA Follow-up] Adjust embed_items parameter in showdiffmarc Trivial adjustment Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- tools/showdiffmarc.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/showdiffmarc.pl b/tools/showdiffmarc.pl index ba050a26bb..0c585a443d 100755 --- a/tools/showdiffmarc.pl +++ b/tools/showdiffmarc.pl @@ -61,7 +61,8 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( $recordBiblionumber = GetMarcBiblio({ biblionumber => $biblionumber, - embed_items => 'embed_items' }); + embed_items => 1, +}); if( $recordBiblionumber ) { $formatted1 = $recordBiblionumber->as_formatted; my $biblio = Koha::Biblios->find( $biblionumber ); -- 2.39.2