[Koha-bugs] [Bug 17649] Create only one message per borrower and overdue level

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 24 22:49:53 CEST 2021


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

--- Comment #20 from Victor Grousset/tuxayo <victor at 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/9d6d641d1f8b77271800f43bc027b651f9aea52b/misc/cronjobs/overdue_notices.pl#L492

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.


More information about the Koha-bugs mailing list