[Koha-bugs] [Bug 16797] errors in UNIMARC complet sample authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 24 12:11:48 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16797

delaye <stephane.delaye at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stephane.delaye at biblibre.co
                   |                            |m

--- Comment #10 from delaye <stephane.delaye at biblibre.com> ---
"I think we can use everything from FAM lines."

Ok

"I think we can use all line from FA and 420$f from FAM, not repeatable like
220$f.

Last value should be '' instead of NULL, its the column default value."

Ok

"I think we can use all line from FA and 520$f from FAM, not repeatable like
220$f.

FA 520$a contains 'FA' in frameworkcode, I think this is an error it should be
empty."

Ok

Add if not exists

('FAM', '720', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, '',
'', NULL, 0, 0, 0, '', '', '');
('FAM', '720', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, '',
'', NULL, 0, 0, 0, NULL, '', '');
('FAM', '720', '7', 'Écriture de catalogage et écriture de la racine de la
vedette', '', 1, 0, 0, '', '', NULL, 0, 0, 0, NULL, '', '');
('FAM', '720', '8', 'Langue de catalogage et langue de la racine de la
vedette', '', 1, 0, 0, '', '', NULL, 0, 0, 0, NULL, '', '');

and

('FAM', '750', '2', 'Code du système d\'indexation matière', '', 0, 0, 0, '',
'', NULL, 0, 0, 0, '', '', '');
('FAM', '720', '3', 'Identificateur de la notice d\'autorité', '', 0, 0, 0, '',
'', NULL, 0, 0, 0, NULL, '', '');
('FAM', '750', '7', 'Écriture de catalogage et écriture de la racine de la
vedette', '', 1, 0, 0, '', '', NULL, 0, 0, 0, NULL, '', '');
('FAM', '750', '8', 'Langue de catalogage et langue de la racine de la
vedette', '', 1, 0, 0, '', '', NULL, 0, 0, 0, NULL, '', '');
('FAM', '750', 'a', 'Elément d''entrée', '', 0, 0, 0, '', '', NULL, 0, 0, 0,
'', '', '');
('FAM', '750', 'f', 'Dates', '', 0, 0, 0, '', '', NULL, 0, 0, 0, NULL, '', '');
('FAM', '750', 'j', 'Subdivision de forme', '', 1, 0, 0, '', '', NULL, 0, 0, 0,
NULL, '', '');
('FAM', '750', 'x', 'Subdivision de sujet', '', 1, 0, 0, '', '', NULL, 0, 0, 0,
NULL, '', '');
('FAM', '750', 'y', 'Subdivision géographique', '', 1, 0, 0, '', '', NULL, 0,
0, 0, NULL, '', '');
('FAM', '750', 'z', 'Subdivision chronologique', '', 1, 0, 0, '', '', NULL, 0,
0, 0, NULL, '', '');

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list