https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40984 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #4 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- # Call before hook _before_authority_action_hooks( { action => 'save', authority_id => $authid, record => $record } ); Not sure about the exact place we should add this call. It is a bit in the middle of various changes in AddAuthority now. For MARC21 we did already update fields like leader, 003, 005, 008. But did not yet update 001 and heading. Comparing with the biblio action, we do the before call after record changes in ModBiblioMarc and just before saving to biblio_metadata. Could you explain why we do it here? Shouldnt we better move it after the heading change just before the $authority->update? -- You are receiving this mail because: You are watching all bug changes.