From 18fbd2a29ba4ac0956d5f02bcfc42a5f95eff706 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 18 Sep 2017 17:37:21 +0200 Subject: [PATCH] Bug 19332 - Basket grouping PDF and CSV exports empty This bug was introduced in commit 2bf3ce268de6bc8b2386cfb5d768f60b05d75f44 Bug 17196: [QA Follow-up] Additional fix on acqui/basketgroup Signed-off-by: Lee Jamison --- acqui/basketgroup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl index e1a16fd..0e8a9a1 100755 --- a/acqui/basketgroup.pl +++ b/acqui/basketgroup.pl @@ -184,7 +184,7 @@ sub printbasketgrouppdf{ # Editor Number my $en; my $edition; - my $ord->{marcxml} = C4::Biblio::GetXmlBiblio( $ord->{biblionumber} ); + $ord->{marcxml} = C4::Biblio::GetXmlBiblio( $ord->{biblionumber} ); my $marcrecord=eval{MARC::Record::new_from_xml( $ord->{marcxml},'UTF-8' )}; if ($marcrecord){ if ( C4::Context->preference("marcflavour") eq 'UNIMARC' ) { -- 2.1.4