https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17470
Koha Team Lyon 3 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57298|0 |1 is obsolete| | --- Comment #4 from Koha Team Lyon 3 <[email protected]> --- Created attachment 57429 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57429&action=edit Bug 17470 Make overdue notices according to branch item only I replaced the "items.homebranch" chunk in the sql query by "issues.branchcode" which I think is a better choice considered the fact that the holdingbranch is more likely to do the claim. I must add that we can observe the same behaviour described by Theodoros with the library option and this patch deals with it as well : if you have 2 branches, say A et B, and a claim of same delay on them, by now you get 2 messages. it's Ok, but both of them list also the claimed item of the other one. Olivier Crouzet -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
