Bug 31663

Summary: Item not showing transit status on detail page in staff interface
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Staff interfaceAssignee: Nick Clemens (kidclamp) <nick>
Status: CLOSED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: normal    
Priority: P5 - low CC: andrewfh, gmcharlt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
22.11.00
Bug Depends on:    
Bug Blocks: 29792, 31664    
Attachments: Bug 31663: Item transfers are not correctly displayed on item details page
Bug 31663: Item transfers are not correctly displayed on item details page
Bug 31663: Item transfers are not correctly displayed on item details page

Description Nick Clemens (kidclamp) 2022-09-30 11:31:56 UTC
The parameters are being set incorrectly for $item - need to set $item_info
Comment 1 Nick Clemens (kidclamp) 2022-09-30 11:33:36 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2022-09-30 13:05:28 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2022-10-02 09:29:16 UTC
Created attachment 141205 [details] [review]
Bug 31663: Item transfers are not correctly displayed on item details page

To test:
1 - Set an item in transit and confirm the transfer
2 - View details page for biblio
3 - Item shows 'Available'
4 - Apply patch
5 - Restart_all, reload page
6 - Item appears in transit

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Tomás Cohen Arazi 2022-10-03 15:42:37 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!