https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26716
Bug ID: 26716
Summary: Allow specifying where to insert new fields in MARC
Modification Templates
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Tools
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Currently newly-added fields are stuffed at the end of the record, after 999.
Bug 24480 is changing that to insert them in numerical order. However, as the
methods on MARC::Record illustrate, there are two other ways that people want
to insert fields: grouped by hundreds, so that instead of adding a new 502
after any existing 502s you add it after every existing 5xx field, or, before
or after a specific other field.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/