Summary: | returns.pl fetches the same item from the database multiple times | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jonathan.druart, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 23463 | ||
Bug Blocks: |
Description
Kyle M Hall (khall)
2019-11-25 18:43:33 UTC
Kyle, can you tell if this is still the case? Yes, still valid, see this comment 838 my $item_from_barcode = Koha::Items->find({barcode => $barcode }); # How many times do we fetch this item?!? |