Bug 40271 - Remove unused sub C4::MarcModificationTemplates::ModifyRecordsWithTemplate
Summary: Remove unused sub C4::MarcModificationTemplates::ModifyRecordsWithTemplate
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-30 03:24 UTC by David Cook
Modified: 2025-06-30 03:24 UTC (History)
0 users

See Also:
GIT URL:
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 David Cook 2025-06-30 03:24:06 UTC
It looks like "C4::MarcModificationTemplates::ModifyRecordsWithTemplate" isn't used in Koha.

Instead "C4::MarcModificationTemplates::ModifyRecordWithTemplate" (notice the singular Record in the function name) is used throughout Koha.