Bugzilla – Attachment 4960 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]
proposed patch (passed QA)
0001-Correct-a-formatting-problem-in-the-pdf-generation-o.patch (text/plain), 1.07 KB, created by
Paul Poulain
on 2011-08-11 08:56:22 UTC
(
hide
)
Description:
proposed patch (passed QA)
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-08-11 08:56:22 UTC
Size:
1.07 KB
patch
obsolete
>From 652fd93fb4ac3a48bb1bfb3207be408d57b15502 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 > > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > acqui/basketgroup.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl >index 08356f8..0846603 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.7.4.1 >
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