unimarc_complet framework: put 801$a in tab 8
Put the 801$a in tab 8, not 0, so that a valid 801 does not get split by the bib editor. Signoff from Paul or Henri-Damien requested before committing this patch. Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
5d2fde5d58
commit
8a5672f58b
1 changed files with 1 additions and 1 deletions
|
@ -1280,7 +1280,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian`
|
|||
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 ('722', 'a', 'élément d''entrée', '', 0, 0, '', -1, '', '', '', NULL, NULL, '', NULL, 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 ('722', 'f', 'dates', '', 0, 0, '', -1, '', '', '', NULL, NULL, '', NULL, 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 ('801', '2', 'code du format utilisé', '', 0, 0, '', -1, '', '', '', 0, 0, '', '', '', 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 ('801', 'a', 'pays', '', 0, 0, '', 0, '', '', '', 0, 8, '', '', '', 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 ('801', 'a', 'pays', '', 0, 0, '', 8, '', '', '', 0, 8, '', '', '', 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 ('801', 'b', 'agence de catalogage', '', 0, 0, '', 8, '', '', '', 0, 0, '', '', '', 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 ('801', 'c', 'date de la transaction', '', 0, 0, '', 8, '', '', '', 0, 0, '', '', '', 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 ('801', 'g', 'règles de catalogage utilisées', '', 0, 8, '', -1, '', '', '', 0, 0, '', '', '', NULL);
|
||||
|
|
Loading…
Reference in a new issue