Summary: | C4::Items::GetAnalyticsCount needs C4::Search | ||
---|---|---|---|
Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
Component: | Architecture, internals, and plumbing | Assignee: | Julian Maurice <julian.maurice> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | normal | ||
Priority: | P3 | CC: | jonathan.druart, magnus |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 7162 | ||
Attachments: | use C4::Search in C4::Items |
Description
Julian Maurice
2012-03-20 10:59:43 UTC
Created attachment 8340 [details] [review] use C4::Search in C4::Items GetAnalyticsCount needs subs from C4::Search How can this be tested? Do you have one or more examples of where GetAnalyticsCount fails, because C4::Search is not loaded? Problem was discovered testing the patch for bug 7162 which use C4::Items::DelItemCheck (which use GetAnalyticsCount). I don't know where DelItemCheck is used, but you can apply this patch and patch for bug 7162, and try to cancel an order line (in basket.pl or parcel.pl) C4::Search is already used in C4/Items.pm use C4::Search qw/SimpleSearch/; ok so this patch is not useful anymore. marking as resolved. |