Thanks to both of you.
framework and my framework. Then copied the 264 tag and sub-fields to my
new one and reloaded it.
Looks good.
Post by Eric PhetteplaceAlso probably worth noting that you can now map multiple MARC fields
to a single Koha database field, with the use case of 260/264 ->
biblio.copyrightdate being a common one. It's mentioned in the release
https://koha-community.org/koha-18-11-release/#architectureinternalsandplumbing
Best,
ERIC PHETTEPLACE
Systems Librarian
libraries.cca.edu <http://libraries.cca.edu> | vault.cca.edu
<http://vault.cca.edu> | 510.594.3660
5212 Broadway, Oakland, CA 94618
1111 8th St., San Francisco, CA 94107
Preferred Pronoun(s): he/him
Hi, while Koha has the default framework updated on every review of MARC21,
we don't mess with people by adding new fields on upgrade. But the updated
http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql;h=4b77adf23ccb207f3fafc5ce0e5d2e66c7c04ca3;hb=b4580bff5ba7753f9db2513c3b87ecb9bba5258c
If you have access to the MySQL/MariaDB server running your Koha, you could
---- SQL to be used in MySQL/MariaDB
INSERT IGNORE INTO `marc_tag_structure` (`tagfield`, `liblibrarian`,
`libopac`, `repeatable`, `mandatory`, `authorised_value`,
`frameworkcode`)
VALUES
('264', 'PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT
NOTICE', 'PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT
NOTICE', 1, 0, NULL, '');
INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`,
`tagsubfield`,
`liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`,
`authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`,
`frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES
('264', '3', 'Materials specified', 'Materials specified',
0, 0,
'', 2, '', '', '', NULL, -6, '', '', '', NULL),
('264', '6', 'Linkage', 'Linkage', 0, 0, '', 2, '', '',
'', NULL,
-6, '', '', '', NULL),
('264', '8', 'Field link and sequence number', 'Field link and
sequence number', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
('264', 'a', 'Place of production, publication, distribution,
manufacture', 'Place of production, publication, distribution,
manufacture', 1, 0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
('264', 'b', 'Name of producer, publisher, distributor,
manufacturer', 'Name of producer, publisher, distributor,
manufacturer', 1,
0, '', 2, '', '', '', NULL, -6, '', '', '', NULL),
('264', 'c', 'Date of production, publication, distribution,
manufacture, or copyright notice', 'Date of production, publication,
distribution, manufacture, or copyright notice', 1, 0, '', 2, '', '', '',
NULL, -6, '', '', '', NULL);
Enjoy!
El sáb., 1 dic. 2018 a las 12:42, Bob Ewart
Post by Bob EwartI'm currently using Koha 18.11. I started with Koha in November
of 2009
Post by Bob Ewartupdating as needed.
Recently I noticed that LOC and Amicus are using field 264
instead of
Post by Bob Ewart260 for publication data. I don't see 264 anywhere in the Koha
frameworks.
Post by Bob EwartWhat do I have to do to get 264 as well as 260 (which are all my
older
Post by Bob Ewartrecords) to show in the frameworks and be displayed as the
publication
Post by Bob Ewartdata?
Bob Ewart
_______________________________________________
Koha mailing list http://koha-community.org
https://lists.katipo.co.nz/mailman/listinfo/koha
--
Tomás Cohen Arazi
Theke Solutions (http://theke.io)
✆ +54 9351 3513384
GPG: B2F3C15F
_______________________________________________
Koha mailing list http://koha-community.org
https://lists.katipo.co.nz/mailman/listinfo/koha