29 Aug
2023
29 Aug
'23
1:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34639 --- Comment #6 from Lari Taskula <lari.taskula@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.