http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6554 skobyanka@mail.ru <skobyanka@mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |skobyanka@mail.ru --- Comment #120 from skobyanka@mail.ru <skobyanka@mail.ru> --- (In reply to Mike from comment #119)
I found same problem in 3.12.x in Czech translation. Problem on: /cgi-bin/koha/members/members-home.pl /cgi-bin/koha/admin/preferences.pl?tab=circulation /cgi-bin/koha/admin/preferences.pl?tab=opac /cgi-bin/koha/admin/preferences.pl?tab=patrons
I solved the problem in /cgi-bin/koha/members/members-home.pl by removing from the Advanced Search patron Search by category: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/ru-RU/includes/patron-search.inc Delete: [% IF ( categories ) %] <p><label for="categorycode">Категория: </label><select name="categorycode" id="categorycode"> <option value="">Произвольная</option>[% FOREACH categorie IN categories %] [% IF ( categorie.selected ) %] <option value="[% categorie.categorycode %]" selected="selected">[% categorie.description %]</option>[% ELSE %] <option value="[% categorie.categorycode %]">[% categorie.description %]</option>[% END %] [% END %]</select></p> [% END %] -- You are receiving this mail because: You are watching all bug changes.