https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28608 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Failed QA --- Comment #10 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- +( $itemtag, $itemsubfield ) = GetMarcFromKohaField( "items.itemnumber" ); Your call here does not look at the specific itemnumber field in that framework since kohafields are looked up in the Default framework. This is already the case in a few Koha versions. I know since I was involved in that dev ;) So your framework may not have an itemnumber field, but if the Default has, then you can still add an item. You need to think of a solution in some other way? -- You are receiving this mail because: You are watching all bug changes.