Summary: | Remove GetItemsInfo from basket/basket | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Nick Clemens (kidclamp) <nick> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | lucas, nick |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.11.00
|
|
Circulation function: | |||
Bug Depends on: | 31306 | ||
Bug Blocks: | 27272 | ||
Attachments: |
Bug 31308: Remove GetItemsInfo from basket/basket
Bug 31308: Remove GetItemsInfo from basket/basket Bug 31308: Remove GetItemsInfo from basket/basket Bug 31308: (QA follow-up) use count to see if no items present |
Description
Jonathan Druart
2022-08-08 14:22:20 UTC
Created attachment 138816 [details] [review] Bug 31308: Remove GetItemsInfo from basket/basket Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with basket/basket.pl Test plan: List items on the modified view and confirm that all the info is displayed correctly Created attachment 138841 [details] [review] Bug 31308: Remove GetItemsInfo from basket/basket Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with basket/basket.pl Test plan: List items on the modified view and confirm that all the info is displayed correctly Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 138977 [details] [review] Bug 31308: Remove GetItemsInfo from basket/basket Bug 27272 is going to remove C4::Items::GetItemsInfo in favour of Koha::Items->search_ordered. Here we are going to deal with basket/basket.pl Test plan: List items on the modified view and confirm that all the info is displayed correctly Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Created attachment 138978 [details] [review] Bug 31308: (QA follow-up) use count to see if no items present Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 22.11. Nice work everyone, thanks! Missing dependencies for 22.05.x, no backport |