[Koha-bugs] [Bug 23463] Move C4::Items CRUD subroutines to Koha::Item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 14 18:06:30 CEST 2019


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
This patchset will be quite big and will move the following C4::Items
subroutines to the Koha namespace:

AddItem
ModItem
DelItem
ItemSafeToDelete
DelItemCheck

SearchItemsByField
UpdateHoldingbranch

_koha_new_item
_koha_modify_item
_set_defaults_for_add
_set_derived_columns_for_add
_do_column_fixes_for_mod
_set_derived_columns_for_mod
_build_default_values_for_mod_marc
_get_single_item_column
_calc_items_cn_sort
_mod_item_dates
_after_item_action_hooks

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


More information about the Koha-bugs mailing list