Bugzilla – Attachment 67216 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.18 KB, created by
Jonathan Druart
on 2017-09-19 14:39:25 UTC
(
hide
)
Description:
Bug 19332 - Basket grouping PDF and CSV exports empty
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-09-19 14:39:25 UTC
Size:
1.18 KB
patch
obsolete
>From c899101705f8d8d24aa130db97cd756e0cc0bb0a 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> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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
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