http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10726 --- Comment #12 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 20709 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20709 Bug 10726: UNIMARC charts corresponding to 6th french edition of the bibliographic manual and 3rd english edition of authorities manual Review of attachment 20709: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10726&attachment=20709) ----------------------------------------------------------------- I was going to attempt to rescue and look at this, but there are likely other issues that need to be looked at first. ::: installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/framework_DEFAULT.sql @@ +1468,4 @@
('503', 'k', 'numérotation (chiffres arabes)', '', 0, 0, '', 5, '', '', '', 0, 0, '', NULL, '', ''), ('503', 'l', 'numérotation (chiffres romains)', '', 0, 0, '', 5, '', '', '', 0, 0, '', NULL, '', ''), ('503', 'm', 'localisation', '', 0, 0, '', 5, '', '', '', 0, 0, '', NULL, '', ''), +('503', 'n', 'établissement présidant la localisation', , 0, 0, '', 5, '', '', '', 0, 0, '', NULL, '', ''),
Was there an accidental deletion of '' after the text? @@ +1629,4 @@
('616', 'f', 'dates', '', 1, 0, '', 6, '', '', '', 0, 0, '', NULL, '', ''), ('616', 'j', 'subdivision de forme', '', 0, 0, '', 6, '', '', '', 0, 0, '', NULL, '', ''), ('616', 'x', 'subdivision de la catégorie sujet sous forme textuelle', '', 0, 0, '', 6, '', '', '', 0, 0, '', NULL, '', ''), +('616', 'y', 'subdivision géographique', ', 0, 0, '', 6, '', '', '', 0, 0, '', NULL, '', ''),
A single '?! Typo, right? ::: installer/data/mysql/fr-FR/marcflavour/unimarc_lecture_pub/Obligatoire/framework_DEFAULT.sql @@ +3224,4 @@
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 ('600', '2', 'code du système d''indexation', '', 0, 0, '', -1, '', '', '', NULL, 0, 'ARTI', '', NULL, NULL); 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 ('600', '3', 'numéro de la notice d''autorité', '', 0, 0, '', 2, '', '', '', NULL, -1, 'ARTI', '', NULL, NULL); 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 ('600', '9', 'koha internal code', '', 0, 0, '', 2, '', '', '', NULL, -1, 'ARTI', '', NULL, NULL); +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 ('600', 'a', 'nom', 'sujet', 0, 0, '', 2, '', 'SAUT', '', NULL, 0,'ARTI','''600b'',''600c'',''600d'',''600f'',''600x'',''600y'',''600z''', NULL, NULL);
I think there are some quote issues. -- You are receiving this mail because: You are watching all bug changes.