[open-ils-commits] [GIT] Evergreen ILS branch master updated. 740d6057fe2266c7c6faad1e1b36f826d242111a
Evergreen Git
git at git.evergreen-ils.org
Mon Jul 25 11:25:13 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, master has been updated
via 740d6057fe2266c7c6faad1e1b36f826d242111a (commit)
via 93e509cc0f7474bc8cc0ce493644e6509a79c0d4 (commit)
from 8d787f66cd044756078b2dc7c6864c23d881c206 (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 740d6057fe2266c7c6faad1e1b36f826d242111a
Merge: 8d787f6 93e509c
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date: Mon Jul 25 11:24:38 2011 -0400
Merge branch 'hold_queue_position_sorting'
commit 93e509cc0f7474bc8cc0ce493644e6509a79c0d4
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 c94c2ca..33a163e 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