]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1965161: Sort Monograph Parts in Holds Metadata
authorJason Stephenson <jason@sigio.com>
Wed, 16 Mar 2022 17:29:09 +0000 (13:29 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 16 Mar 2022 20:37:04 +0000 (16:37 -0400)
commitf06a162b27ba3e0859ae18f74fadace3d6dbaae5
treef33b3320e96bb4b430dca0bb34b99ce01e82e154
parent179c78b3f443465e27d0668ad25cd5af3f5c0ed1
LP1965161: Sort Monograph Parts in Holds Metadata

When placing a hold in the Angular Staff Catalog, parts are not sorted
in the proper order.  This patch corrects the sort order.

To verify the bug:

 1. Find a record with parts in your catalog.
 2. Place a hold on a specific part using the Angular Staff Catalog.
 3. Notice that the entries int he parts drop down are likely not
    sorted in the correct order. (If they are you lucked out and
    should try again with a different record.)

To verify the fix after applying the patch and re-installing
Evergreen, repeat the above steps.  The parts should display in the
proper sort order by label.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm