[Koha-bugs] [Bug 17635] (Bug 6934 followup) Templates missing body id

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 15 19:12:15 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17635

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 57513
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57513&action=edit
Bug 17635: Fix templates with missing body id

The following template files are missing body id and class and should be fixed:

- members/housebound.tt
- reports/cash_register_stats.tt

To test:
- Run:
  $ sudo koha-shell kohadev ; cd kohaclone
 k$ prove xt/tt_valid.t
=> FAIL: Tests fail due to the mentioned templates
- Apply this patch
- Run:
  $ sudo koha-shell kohadev ; cd kohaclone
 k$ prove xt/tt_valid.t
=> SUCCESS: Tests pass!
- Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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


More information about the Koha-bugs mailing list