http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8870
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Paul Poulain <[email protected]> --- 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. _______________________________________________ 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/
