27 Jan
2020
27 Jan
'20
5:23 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #193 from Jonathan Druart <jonathan.druart@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.