https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20066 --- Comment #1 from Indranil Das Gupta <indradg@l2c2.co.in> --- Created attachment 70810 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70810&action=edit Bug 20066 - Remove forbidden patterns from .inc and .tt files This patch removes the forbidden patterns from the following files: a) datatables.inc => [% interface %] instead of [% themelang %] b) opac-auth-MARCdetail.tt => hard-coded path to JS resource. c) opac-auth-detail.tt => hard-coded path to JS resource. Test plan ========= 1/ Apply the patch from Bug 20053 and run koha-qa.pl. The QA tool will throw up these 3 files as FAIL for forbidden patterns use. 2/ Now apply this patch and run koha-qa.pl. The result should now be OK. -- You are receiving this mail because: You are watching all bug changes.