[Koha-bugs] [Bug 8033] remove unused sco/receipt template file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 3 20:27:32 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8033

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22301|0                           |1
        is obsolete|                            |
  Attachment #22302|0                           |1
        is obsolete|                            |

--- Comment #68 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 37489
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37489&action=edit
Bug 8033 - Remove unused template file.

Bugs 11349 and 12062  implements part 1 and 2 of the 3 things
listed before.

This patch removes 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
Reimplementation of Kyle's follow-up, minus the addition of "<titleunused
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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list