https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27066 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA Summary|Implement Hooks for |Implement hooks for patros |patron's updates |updates --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Please document on https://wiki.koha-community.org/wiki/Koha_Plugin_Hooks Looking at the code and comparing with the similar after_item_action hooks I wonder about the placement in the code. The implementation on bug 22709 adds the hooks before the logs are written, this adds them after. I could imagine that plugins could actually change the data, so would result in a different logging result. So I think "before" would be better. What do you think? -- You are receiving this mail because: You are watching all bug changes.