From efc249c1699f517beddd591f2cfc49a2fb27e017 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 20 Jul 2011 01:49:07 -0400 Subject: [PATCH] sort hold Queue Position column correctly in xul lists Signed-off-by: Jason Etheridge Signed-off-by: Lebbeous Fogle-Weekley --- Open-ILS/xul/staff_client/server/circ/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index 2d2a562406..e538d610b3 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -2432,6 +2432,7 @@ circ.util.hold_columns = function(modify,params) { { 'persist' : 'hidden width ordinal', 'id' : 'queue_position', + 'sort_type' : 'number', 'label' : document.getElementById('circStrings').getString('staff.circ.utils.queue_position'), 'flex' : 1, 'primary' : false, -- 2.11.0