This adds a level of sorting to allow certain parts to be more
easily found in the list.
The hierarchy will now be:
Org Unit / Call Number / Part Label Sortkey / Copy Number / Barcode
Previously, the hierarchy was
Org Unit / Call Number / Copy Number / Barcode
Signed-off-by: Dan Pearl <dpearl@cwmars.org>
order_by => [
{class => 'aou', field => 'name'},
{class => 'acn', field => 'label_sortkey'},
+ {class => 'bmp', field => 'label_sortkey'},
{class => 'acp', field => 'copy_number'},
{class => 'acp', field => 'barcode'}
],