https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34639
--- Comment #6 from Lari Taskula <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
