@@ -, +, @@ --- opac/sco/printslip.pl | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) --- a/opac/sco/printslip.pl +++ a/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; --