sort hold Queue Position column correctly in xul lists
authorJason Etheridge <jason@esilibrary.com>
Wed, 20 Jul 2011 05:49:07 +0000 (01:49 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 25 Jul 2011 15:25:39 +0000 (11:25 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/xul/staff_client/server/circ/util.js

index 2d2a562..e538d61 100644 (file)
@@ -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,