Bug 31663 - Item not showing transit status on detail page in staff interface
Summary: Item not showing transit status on detail page in staff interface
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Nick Clemens
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on:
Blocks: 29792 31664
  Show dependency treegraph
 
Reported: 2022-09-30 11:31 UTC by Nick Clemens
Modified: 2023-06-08 22:28 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
22.11.00


Attachments
Bug 31663: Item transfers are not correctly displayed on item details page (1.29 KB, patch)
2022-09-30 11:33 UTC, Nick Clemens
Details | Diff | Splinter Review
Bug 31663: Item transfers are not correctly displayed on item details page (1.34 KB, patch)
2022-09-30 13:05 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 31663: Item transfers are not correctly displayed on item details page (1.39 KB, patch)
2022-10-02 09:29 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens 2022-09-30 11:31:56 UTC
The parameters are being set incorrectly for $item - need to set $item_info
Comment 1 Nick Clemens 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!