Bugzilla – Attachment 67193 Details for
Bug 19332
Basket grouping PDF and CSV exports empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19332 - Basket grouping PDF and CSV exports empty
Bug-19332---Basket-grouping-PDF-and-CSV-exports-em.patch (text/plain), 1.10 KB, created by
Lee Jamison
on 2017-09-18 18:10:45 UTC
(
hide
)
Description:
Bug 19332 - Basket grouping PDF and CSV exports empty
Filename:
MIME Type:
Creator:
Lee Jamison
Created:
2017-09-18 18:10:45 UTC
Size:
1.10 KB
patch
obsolete
>From 18fbd2a29ba4ac0956d5f02bcfc42a5f95eff706 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >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 <ldjamison@marywood.edu> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19332
:
67187
|
67193
|
67216