https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17635
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57513|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall <[email protected]> --- Created attachment 57514 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57514&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 <[email protected]> Signed-off-by: Kyle M Hall <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
