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

--- Comment #7 from Paul Hoffman <[email protected]> ---
I don't consider it a case of bad data -- as much as I would like to -- because
itype (952 $y) is optional in the default framework.  See
installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql,
which sets marc_subfield_structure.mandatory to 0:

  89 INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`,
`liblibrarian`, `libopac`, `repeatable`, `mandatory`, `kohafield`, `tab`,
`authorised_valu     e`, `authtypecode`, `value_builder`, `isurl`, `hidden`,
`frameworkcode`, `seealso`, `link`, `defaultvalue`) VALUES                      
  [...]
 123         ('952', 'y', 'Koha item type', 'Koha item type', 0, 0,
'items.itype', 10, 'itemtypes', '', '', NULL, 0, '', '', '', NULL),

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to