Bug 33650 - Auto sort MARC tags in numeric order when saving the record in advanced editor
Summary: Auto sort MARC tags in numeric order when saving the record in advanced editor
Status: RESOLVED DUPLICATE of bug 27176
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-02 13:50 UTC by Iming Chan
Modified: 2024-04-05 22:48 UTC (History)
1 user (show)

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 Iming Chan 2023-05-02 13:50:51 UTC
Sometimes during cataloguing we may not have entered the tags in the correct numeric order.  For example:

520 _ _ $...
500 _ _ $...
504 _ _ $...


So it will be nice that when saving the record, MARC tags can be auto sort into the correct numeric order, like:

500 _ _ $...
504 _ _ $...
520 _ _ $...

Currently, you can correct this issue by saving the record in basic editing mode.
Comment 1 Phil Ringnalda 2024-04-05 22:48:24 UTC

*** This bug has been marked as a duplicate of bug 27176 ***