24 Sep
2021
24 Sep
'21
9:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17649 --- Comment #20 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Also, there are been some changes in Koha that require consideration: issues.branchcode was moved from the bulk of the SQL query to just after in an «if($owning_library)» https://git.koha-community.org/Koha-community/Koha/src/commit/9d6d641d1f8b77... This patch historically removed issues.branchcode from the bulk of the SQL query to have instead «AND issues.branchcode = ?" unless $all_in_one;» So maybe these two aren't compatible as it is. Still worth testing the current patch to maybe expose that. -- You are receiving this mail because: You are watching all bug changes.