[open-ils-commits] [GIT] Evergreen ILS branch master updated. f18da3a7a00951e80c131be8c8486e8a28bc323d

Evergreen Git git at git.evergreen-ils.org
Fri Dec 16 15:03:25 EST 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  f18da3a7a00951e80c131be8c8486e8a28bc323d (commit)
      from  5729e72def2bf7cc7345d93ef255d28626df0915 (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 f18da3a7a00951e80c131be8c8486e8a28bc323d
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Thu Dec 15 14:38:54 2011 -0500

    LP904915 Restore call number columns
    
    in Check In interface
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/circ/checkin.js b/Open-ILS/xul/staff_client/server/circ/checkin.js
index e92b6b0..6605700 100644
--- a/Open-ILS/xul/staff_client/server/circ/checkin.js
+++ b/Open-ILS/xul/staff_client/server/circ/checkin.js
@@ -32,7 +32,7 @@ circ.checkin.prototype = {
                 'checkin_time' : { 'hidden' : false }
             },
             {
-                'except_these' : [ 'uses', 'checkin_time_full', 'call_number', 'prefix', 'suffix', 'label_class' ]
+                'except_these' : [ 'uses', 'checkin_time_full' ]
             }
         ).concat(
             patron.util.columns( { 'family_name' : { 'hidden' : 'false' } } )

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list