https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36542 --- Comment #11 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- Created attachment 193325 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193325&action=edit Bug 36542: after_biblio_action plugin hook is now called after the dbx transaction is finished To reproduce : 1) Install a plugin which uses the biblionumber of a created record in the "after_biblio_action". 2) Verify the biblionumber is missing This is because the call to the hooks is done before the DB transaction is actually done (in AddBiblio function). Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.