[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. efc249c1699f517beddd591f2cfc49a2fb27e017

Evergreen Git git at git.evergreen-ils.org
Mon Jul 25 11:25:57 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_1 has been updated
       via  efc249c1699f517beddd591f2cfc49a2fb27e017 (commit)
      from  c4804c803a2d8b2c3c32aa926d4075909ac3203f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit efc249c1699f517beddd591f2cfc49a2fb27e017
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Wed Jul 20 01:49:07 2011 -0400

    sort hold Queue Position column correctly in xul lists
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js
index 2d2a562..e538d61 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,

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/xul/staff_client/server/circ/util.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list