From 5665ca466ae50e632c76b8c329ad930ff250e4c8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 22 Oct 2013 14:58:25 -0700 Subject: [PATCH] [Signed-off] Bug 8033 - Remove unused template file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All prog related patches were obsoleted from this bug. Bug 11349 changed the code to have the proper template name used (sco/printslip.tt instead of sco/printsplit.tmpl). Bug 12062 moved the hard coded string logic into the template, and passed the borrower number. This only leaves the patch to remove the unused receipt.tt file. TEST PLAN --------- 1) Confirm the file isn't used. $ 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. 2) ls ./koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt -- there should be a file 3) apply patch 4) repeat step 2 -- the file should be removed Followed test plan, file does no longer exist. Signed-off-by: Marc VĂ©ron --- .../opac-tmpl/bootstrap/en/modules/sco/receipt.tt | 46 -------------------- 1 file changed, 46 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt deleted file mode 100644 index 3a28694..0000000 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt +++ /dev/null @@ -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 %] -- 1.7.10.4