https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271
--- Comment #193 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
