Bug 9456 - Add callnumber column to the cart
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 25 Jan 2013 14:57:30 +0000 (09:57 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 05:51:03 +0000 (05:51 +0000)
This patch adds call-number sorting to the staff client cart. Sortining is enabled
on the 'Items' column which uses a custom sorting routine to sort the callnumbers.
If the sort is ascending, each column will be sorted by the highest ordered
callnumber for that row. Likewise, if the sort is descending the table will be
sorted by the lowest valued callnumber for that row.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

No differences found