View | Details | Raw Unified | Return to bug 13412
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref (-3 / +2 lines)
Lines 64-76 Authorities: Link Here
64
                  "strict": strict
64
                  "strict": strict
65
            - mode. In strict mode subfields that are not found in the authority record, are deleted. Loose mode will keep them. Loose mode is the historical behavior and still the default.
65
            - mode. In strict mode subfields that are not found in the authority record, are deleted. Loose mode will keep them. Loose mode is the historical behavior and still the default.
66
        -
66
        -
67
            - When BiblioAddsAuthorities and AutoCreateAuthorities are enabled, use this as a default value for the 667$a field of MARC21 records
67
            - "Use the following text as default value for the 667$a field of MARC21 authority records (requires <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BiblioAddsAuthorities'>BiblioAddsAuthorities</a> and <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AutoCreateAuthorities'>AutoCreateAuthorities</a>):"
68
            - pref: GenerateAuthorityField667
68
            - pref: GenerateAuthorityField667
69
              default: "Machine generated authority record"
69
              default: "Machine generated authority record"
70
              type: textarea
70
              type: textarea
71
              class: code
71
              class: code
72
        -
72
        -
73
            - When BiblioAddsAuthorities and AutoCreateAuthorities are enabled, use this as a default value for the 670$a field of MARC21 records
73
            - "Use the following text as default value for the 670$a field of MARC21 authority records (requires <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=BiblioAddsAuthorities'>BiblioAddsAuthorities</a> and <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AutoCreateAuthorities'>AutoCreateAuthorities</a>):"
74
            - pref: GenerateAuthorityField670
74
            - pref: GenerateAuthorityField670
75
              default: "Work cat."
75
              default: "Work cat."
76
              type: textarea
76
              type: textarea
77
- 

Return to bug 13412