[Koha-bugs] [Bug 20271] Merge deleted biblio, biblioitems, biblio_metadata, and items tables

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 27 18:23:33 CET 2020


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

--- Comment #193 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Note for myself:

* comment 182

* comment 183

* comment 184

* deal with reports

* my $item_object = Koha::Items->find({barcode => $barcode });
=> We need to remove the barcode unique index

* Prevent regression and deal with Koha::Items->find Koha::Items->search
Ideas:
  - ->find returns only non-deleted items when ->find_deleted returns only
deleted items
  - same for ->search, ->search_deleted

Or keep Koha::Old::Items that could inherit from Koha::Items

Or update all the occurrences (how many?)

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


More information about the Koha-bugs mailing list