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

Evergreen Git git at git.evergreen-ils.org
Fri Dec 16 15:04:13 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, rel_2_1 has been updated
       via  98dee37e088dd8d45fa98de3378462d23a09994a (commit)
      from  f7b94541b17dbb4e195222e89c750abdd02ac821 (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 98dee37e088dd8d45fa98de3378462d23a09994a
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 e8d3ef3..dd7bc67 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