Bug 36985 - 880 sub fields are not handled correctly in BuildSummary
Summary: 880 sub fields are not handled correctly in BuildSummary
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Mana-kb (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on: 35989
Blocks:
  Show dependency treegraph
 
Reported: 2024-05-29 14:08 UTC by Nick Clemens (kidclamp)
Modified: 2024-05-29 14:08 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.