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

Marcel de Rooy <[email protected]> changed:

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

--- Comment #10 from Marcel de Rooy <[email protected]> ---
+( $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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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