[Koha-bugs] [Bug 26082] Follow up to bug 23463 - need to call Koha::Item store to get itemnumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 20 10:21:49 CEST 2020


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |23463
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Those lines are not needed, but won't hurt:
  $item_hash->{biblioitemnumber} = $bib->{biblioitemnumber};

It's handled in Koha::Item->store.

Sorry for having missed that!


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23463
[Bug 23463] Move C4::Items CRUD subroutines to Koha::Item
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list