Bugzilla – Attachment 66932 Details for
Bug 18550
Patron card creator: Print output does not respect layout units
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow-up: Add POD descriptions to subs
Follow-up-Add-POD-descriptions-to-subs.patch (text/plain), 1.17 KB, created by
Marc Véron
on 2017-09-07 12:52:24 UTC
(
hide
)
Description:
Follow-up: Add POD descriptions to subs
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-09-07 12:52:24 UTC
Size:
1.17 KB
patch
obsolete
>From 44a4ea0f8d365af9e5203deeb96f0dd52e10c179 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Thu, 7 Sep 2017 14:48:48 +0200 >Subject: [PATCH] Follow-up: Add POD descriptions to subs > >This patch simply adds POD descriptions to subs affected by first patch. > >https://bugs.koha-community.org/show_bug.cgi?id=18550 >--- > C4/Patroncards/Patroncard.pm | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/C4/Patroncards/Patroncard.pm b/C4/Patroncards/Patroncard.pm >index c78a8de..3229559 100644 >--- a/C4/Patroncards/Patroncard.pm >+++ b/C4/Patroncards/Patroncard.pm >@@ -203,6 +203,10 @@ sub draw_guide_grid { > > =head2 draw_text > >+ $patron_card->draw_text($pdf) >+ >+Draws text to PDF output ($pdf) >+ > =cut > > sub draw_text { >@@ -310,6 +314,10 @@ sub draw_text { > > =head2 draw_image > >+ $patron_card->draw_image($pdf) >+ >+Draws images to PDF output ($pdf) >+ > =cut > > sub draw_image { >@@ -335,6 +343,10 @@ sub draw_image { > > =head2 draw_barcode > >+ $patron_card->draw_barcode($pdf) >+ >+Draws a barcode to PDF output ($pdf) >+ > =cut > > sub _draw_barcode { # this is cut-and-paste from Label.pm because there is no common place for it atm... >-- >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 18550
:
63167
|
63219
|
63320
|
66932
|
67670
|
67671