Bug 8033 - Remove unused template file.
authorOwen Leonard <oleonard@myacpl.org>
Tue, 22 Oct 2013 21:58:25 +0000 (14:58 -0700)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 14:29:30 +0000 (11:29 -0300)
commitfe2e05fb6f82e6ac48209ad3af8a9623fc08eda6
tree03afb67d61e8b0a45cb008bac76bc8f21d97c729
parenta7822b0a32faa5ffe6e5a3b43c1cd2c58a8a802a
Bug 8033 - Remove unused template file.

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 Veron <veron@veron.ch>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
git grep receipt.tt says we are safe, trusting the QA people
koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/receipt.tt [deleted file]