From c899101705f8d8d24aa130db97cd756e0cc0bb0a 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 Signed-off-by: Jonathan Druart --- acqui/basketgroup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl index e1a16fdae0..0e8a9a197a 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.11.0