From 44a4ea0f8d365af9e5203deeb96f0dd52e10c179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= 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