Bug 36985

Summary: 880 sub fields are not handled correctly in BuildSummary
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Mana-kbAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P5 - low CC: alex.arnaud
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:
Circulation function:
Bug Depends on: 35989    
Bug Blocks:    

Description Nick Clemens (kidclamp) 2024-05-29 14:08:32 UTC
The variable 'subfields_to_report' is global in this function, and used for any 88x field, and picks up the last used subfields but really it should use the values from the field it is linked to.