[Bug 17482] New: Untranslatable "Machine generated authority record" ( Marc field 667$a)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17482 Bug ID: 17482 Summary: Untranslatable "Machine generated authority record" (Marc field 667$a) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: marjorie.barry-vila@ccsr.qc.ca QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr Hi, When an authority is automaticaly created, marc field 667$a contains "Machine generated authority record". I don't find this string in the translation file (fr-CA or fr-FR) Regards, Marjorie -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17482 Patrick Robitaille <patrick.robitaille@ccsr.qc.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.robitaille@ccsr.qc. | |ca -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17482 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- In Biblio.pm: 571 $marcrecordauth->insert_fields_ordered( 572 MARC::Field->new( 573 '667', '', '', 574 'a' => "Machine generated authority record." 575 ) 576 ); Looks like it dates back to 2011 and Bug 7284. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17482 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |caroline.cyr-la-rose@inlibr | |o.com --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Not sure when it was added, but that text is now configurable in the GenerateAuthorityField667 system preference. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org