https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42372 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #3 from David Cook <dcook@prosentient.com.au> --- You'll want to add this to "Under development hooks" on https://wiki.koha-community.org/wiki/Koha_Plugin_Hooks (Reminds me I need to do the same on one of my bugs.) -- By the way, while we don't have it in the coding guidelines, we frown on using "for" with $_. We use foreach and a "my" scoped variable instead of $_. -- Overall, this is an interesting one. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.