[Koha-bugs] [Bug 34639] Item shown in transit on detail.pl even if marked as arrived or cancelled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 29 13:33:54 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34639

--- Comment #6 from Lari Taskula <lari.taskula at hypernova.fi> ---
(In reply to Lari Taskula from comment #5)
> The WHERE condition in "current_branchtransfers" is completely ignored when
> prefetching current transfers.

Ah this is surely intentional in detail.pl and we are meant to fetch all items
and transfers here.

detail.tt then eventually calls Koha::Item->get_transfer() which should limit
to current/active transfers. I still do not understand why it doesn't.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list