Bug 17482 - Untranslatable "Machine generated authority record" (Marc field 667$a)
Summary: Untranslatable "Machine generated authority record" (Marc field 667$a)
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-21 15:43 UTC by Marjorie Barry-Vila
Modified: 2024-07-04 20:37 UTC (History)
3 users (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Crowdfunding committed: 0
Crowdfunding contact:
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marjorie Barry-Vila 2016-10-21 15:43:02 UTC
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
Comment 1 Owen Leonard 2019-10-08 18:19:53 UTC
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.
Comment 2 Caroline Cyr La Rose 2023-06-08 13:13:49 UTC
Not sure when it was added, but that text is now configurable in the GenerateAuthorityField667 system preference.