http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5082 Summary: Not translatable name of default framework 'Default' in MARCdetail.tmpl Change sponsored?: --- Product: Koha Version: rel_3_0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: dubyk@library.lviv.ua QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 In MARCdetail.tmpl is present simple markup <!--TMPL_VAR Name="framework" --> and this value readed by MARCdetail.pl from table `biblio_framework` but for default framework I see next code in MARCdetail.pl my $curfwk; push @select_fwk, "Default"; $select_fwk{"Default"} = "Default"; and this not translatable In addbiblio.tmpl "Default" is present and translatable. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.