[Koha-bugs] [Bug 28608] Creating a biblio record leads to item creation even if framework has no items field

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 10 09:53:46 CEST 2021


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|BLOCKED                     |Failed QA

--- Comment #10 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list