[Koha-bugs] [Bug 20855] transferstoreceive.pl returns internal server error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 7 15:10:50 CEST 2018


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

--- Comment #7 from Paul Hoffman <paul at flo.org> ---
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.


More information about the Koha-bugs mailing list