From cb7219cf1c2b3a3e699556736027c93e5420fd07 Mon Sep 17 00:00:00 2001 From: Elliott Davis Date: Mon, 23 Jul 2012 12:24:12 -0500 Subject: [PATCH] Modified POD and copyright. Also perltidied http://bugs.koha-community.org/show_bug.cgi?id=8033 --- opac/sco/printslip.pl | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/opac/sco/printslip.pl b/opac/sco/printslip.pl index 2cfa061..ccf0166 100755 --- a/opac/sco/printslip.pl +++ b/opac/sco/printslip.pl @@ -17,6 +17,14 @@ # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +=head1 printslip.pl + +Script to allow SCO patrons to print a receipt for their checkout. + +It is called from sco-main.pl + +=cut + use strict; use warnings; -- 1.7.2.5