]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP #1092921: Display of/sorting by CN affixes in Simplified Hold Pull List
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Wed, 2 Jan 2013 17:33:36 +0000 (12:33 -0500)
committerBen Shum <bshum@biblio.org>
Wed, 6 Feb 2013 03:30:13 +0000 (22:30 -0500)
commit828b202a99b5cc97fcea53a0409f298acc3bd546
tree2ee457b56b4df11f7604d3959e9ac5a0d2efcf6b
parent10114e3aeb26341f3441ebff6e3a102b2fcc1ea5
LP #1092921: Display of/sorting by CN affixes in Simplified Hold Pull List

In the Simplified Hold Pull List interface, the "Call Number Label" column
displays the call number of the copy targeted by the hold in each row,
and it does so by combining affixes with the actual label field.
Sorting of this column actually uses the call number sortkey generated
in-database for this purpose.

Sometimes this means that sorting order doesn't match what you'd
expect to see with this column.  Opinions differ on desired behavior, so
now you can explicity add columns to the table for call number prefix
and suffix, and sort on either of those (potentially in combination with
other columns).

Amended from an earlier version of this commit that still didn't sort
CN prefix and suffix columns quite right.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/circ/hold_pull_list.tt2