Bugzilla – Attachment 4174 Details for
Bug 6369
Formatting problems on some items when printing an order form (PDF).
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Correct a formatting problem in the pdf generation of basketgroup.pl
0001-Correct-a-formatting-problem-in-the-pdf-generation-o.patch (text/plain), 1.02 KB, created by
Frédérick Capovilla
on 2011-05-18 20:38:21 UTC
(
hide
)
Description:
Correct a formatting problem in the pdf generation of basketgroup.pl
Filename:
MIME Type:
Creator:
Frédérick Capovilla
Created:
2011-05-18 20:38:21 UTC
Size:
1.02 KB
patch
obsolete
>From 93b392d81e2a4fb5cfc11cff05556a069436a5e8 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Fr=C3=A9d=C3=A9rick=20Capovilla?= <frederick.capovilla@sys-tech.net> >Date: Wed, 18 May 2011 16:27:20 -0400 >Subject: [PATCH] Correct a formatting problem in the pdf generation of basketgroup.pl > >--- > acqui/basketgroup.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl >index 0586323..9576c59 100755 >--- a/acqui/basketgroup.pl >+++ b/acqui/basketgroup.pl >@@ -211,8 +211,8 @@ sub printbasketgrouppdf{ > } else { > push(@ba_order, undef); > } >- if ($ord->{itemtype}){ >- push(@ba_order, $itemtypes->{$bib->{itemtype}}->{description}) if $bib->{itemtype}; >+ if ($ord->{itemtype} and $bib->{itemtype}){ >+ push(@ba_order, $itemtypes->{$bib->{itemtype}}->{description}); > } else { > push(@ba_order, undef); > } >-- >1.5.6.5 >
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 6369
:
4174
|
4960