https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42372
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from David Cook <[email protected]> --- 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. _______________________________________________ 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/
