Bug 37499

Summary: Remove global variables from addbiblio.pl
Product: Koha Reporter: Emily Lamancusa (emlam) <emily.lamancusa>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: fridolin.somers, koha
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 37429    
Bug Blocks:    

Description Emily Lamancusa (emlam) 2024-07-26 17:00:41 UTC
addbiblio.pl contains a number of global variables. Some if not all of them are state variables that have no business being globals. We should refactor to scope these variables appropriately.
Comment 1 Fridolin Somers 2024-10-21 12:06:40 UTC
+1
Comment 2 Fridolin Somers 2024-10-30 13:49:27 UTC
We are working on it