Bug 33650

Summary: Auto sort MARC tags in numeric order when saving the record in advanced editor
Product: Koha Reporter: Iming Chan <iming>
Component: MARC Bibliographic data supportAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: phil
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

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 ***