LP904915 Restore call number columns
authorJason Etheridge <jason@esilibrary.com>
Thu, 15 Dec 2011 19:38:54 +0000 (14:38 -0500)
committerBill Erickson <berick@esilibrary.com>
Fri, 16 Dec 2011 19:50:49 +0000 (14:50 -0500)
in Check In interface

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/xul/staff_client/server/circ/checkin.js

index e92b6b0..6605700 100644 (file)
@@ -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' } } )