@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/includes/slip-print.inc | 10 ++++++++++ .../opac-tmpl/bootstrap/en/modules/sco/printslip.tt | 16 +++++++++------- 2 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/includes/slip-print.inc --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/slip-print.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/slip-print.inc @@ -0,0 +1,10 @@ + --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt @@ -1,3 +1,4 @@ +[% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] › Self checkout › Print Receipt for [% borrowernumber %] @@ -6,15 +7,16 @@ [% IF stylesheet %] [% END %] - + + + + + +[% INCLUDE 'slip-print.inc' %] + - +
[% IF plain %]
--