Hi Paul and all,
----- Messaggio originale ----- Da: "Paul" <paul.a@aandc.org>
As far as I can see, they already appear to be non-repeatable (unless I modded the default framework in 3.2 and it's been imported into 3.6.)
If you see the definitions of file installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql lines 46 - 53: INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `authorised_value`, `frameworkcode`) VALUES ('999', 'SYSTEM CONTROL NUMBERS (KOHA)', 'SYSTEM CONTROL NUMBERS (KOHA)', 1, 0, '', ''); INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`, `authorised_value`, `authtypecode`, `value_builder`, `isurl`, `hidden`, `frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES ('999', 'a', 'Item type [OBSOLETE]', 'Item type [OBSOLETE]', 0, 0, [...] ('999', 'b', 'Koha Dewey Subclass [OBSOLETE]', 'Koha Dewey Subclass [OBSOLETE]', 0, 0, [...] ('999', 'c', 'Koha biblionumber', 'Koha biblionumber', 0, 0, [...] ('999', 'd', 'Koha biblioitemnumber', 'Koha biblioitemnumber', 0, 0, [...] The result is: Field 999: repeatable Subfield 999$a: not repeatable Subfield 999$b: not repeatable Subfield 999$c: not repeatable Subfield 999$d: not repeatable But it is only the default. It was so also in 3.2 No problems if you change it. Bye Zeno Tajoli _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/