[Koha-bugs] [Bug 21206] C4::Items - Remove GetItem

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 4 13:07:54 CET 2018


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

Josef Moravec <josef.moravec at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78153|0                           |1
        is obsolete|                            |
  Attachment #78154|0                           |1
        is obsolete|                            |
  Attachment #78155|0                           |1
        is obsolete|                            |

--- Comment #15 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 82831
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82831&action=edit
Bug 21206: Replace C4::Items::GetItem

Note: This is here for information purpose, feel free to test it if you
wan to play with it.

TODO: C4::Reserves::_get_itype is not longer in use

No more GetItem must be returned by:
git grep GetItem|grep -v GetItemsAvailableToFillHoldRequestsForBib|grep
-v GetItemsForInventory|grep -v GetItemsInfo|grep -v
GetItemsLocationInfo|grep -v GetItemsInCollection|grep -v
GetItemCourseReservesInfo|grep -v GetItemnumbersFromOrder|grep -v
GetItemSearchField|grep -v GetItemTypesCategorized|grep -v
GetItemNumbersFromImportBatch|cut -d':' -f1|sort|uniq

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list