]> git.evergreen-ils.org Git - 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:31:28 +0000 (16:31 -0400)
commitf61f1e147b1d4ed288554c88ff72d040c924a0f1
tree2eee6c551b30a9250e0bd6654f27ba98fc7be93b
parent91fa2ee5f2ad75a5ad480d92c74fe91f3ddfbbeb
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