From: Kyle M Hall Date: Fri, 25 Jan 2013 14:57:30 +0000 (-0500) Subject: Bug 9456 - Add callnumber column to the cart X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=5a781c2ff96cfa16004f56b8b41721cc5d98a9de;hp=5a781c2ff96cfa16004f56b8b41721cc5d98a9de;p=koha.git Bug 9456 - Add callnumber column to the cart 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 Signed-off-by: Galen Charlton ---