@@ -, +, @@ --------- $ git grep "sco/receipt" | grep -v "\.po:" -- this should list nothing, because there are still po files referencing it, but they aren't needed either. -- there should be a file -- the file should be removed --- .../opac-tmpl/bootstrap/en/modules/sco/receipt.tt | 46 -------------------- 1 files changed, 0 insertions(+), 46 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt @@ -1,46 +0,0 @@ - -[% IF ( bidi ) %][% ELSE %][% END %] - -RECEIPT - - -[% IF ( SCOUserCSS ) %][% END %] -[% IF ( SCOUserJS ) %][% END %] - - - - - -[% branchname %]

-[% cardnumber %]
- -[% IF ( todayissues ) %]
-

Today's checkouts

-[% FOREACH todayissue IN todayissues %]
-[% todayissue.title |html %]
-[% todayissue.author %]
-[% todayissue.dd %]
-[% todayissue.barcode %]
-[% END %] -[% END %] - - - - -[% BLOCK jsinclude %] -[% END %] --