View | Details | Raw Unified | Return to bug 8033
Collapse All | Expand All

(-)a/opac/sco/printslip.pl (-1 / +8 lines)
Lines 17-22 Link Here
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 printslip.pl
21
22
Script to allow SCO patrons to print a receipt for their checkout.
23
24
It is called from sco-main.pl
25
26
=cut
27
20
28
21
use strict;
29
use strict;
22
use warnings;
30
use warnings;
23
- 

Return to bug 8033