Bug 35965

Summary: No need to re-fretch biblio in _after_biblio_action_hook
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Architecture, internals, and plumbingAssignee: Martin Renvoize <martin.renvoize>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 34786    
Bug Blocks:    

Description Martin Renvoize 2024-01-31 16:25:08 UTC
The code here is weird.. we could just pass the existing biblio into the private subroutine and pass it along rather than passing a biblionumber and fetching?
Comment 1 Martin Renvoize 2024-01-31 16:30:10 UTC
OK.. we do a lot of 'stuff' to our biblio before here.. so maybe it is better to refetch to pass into the plugin