http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com --- Comment #7 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: * patch applies, passes koha-qa.pl, work well * digging for any side effect, I was wondering what was the reason for: +[% BLOCK language %] + [% SWITCH lang %] + [% CASE ['en', 'eng'] %]English + [% CASE ['fr', 'fre'] %]French + [% CASE ['it', 'ita'] %]Italian + [% CASE ['de', 'ger', 'deu'] %]German + [% CASE ['es', 'spa'] %]Spanish + [% CASE %][% lang %] + [% END %] +[% END %] (in cunjunction with + [% PROCESS language lang=otherscrip.lang | trim %]: ) Other question: does this patch remove the use of auth_types.summary we had before ? (I think, but want a confirmation) -- You are receiving this mail because: You are watching all bug changes.