From: phasefx Date: Thu, 22 Oct 2009 05:14:30 +0000 (+0000) Subject: Don't remove these columns from the Item Status interface X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c8ab92dec536ab328a22e18e6cd9e34c7f2027b7;p=evergreen%2Fpines.git Don't remove these columns from the Item Status interface git-svn-id: svn://svn.open-ils.org/ILS/trunk@14550 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/circ/copy_status.js b/Open-ILS/xul/staff_client/server/circ/copy_status.js index c7c7dd603e..aa18927b42 100644 --- a/Open-ILS/xul/staff_client/server/circ/copy_status.js +++ b/Open-ILS/xul/staff_client/server/circ/copy_status.js @@ -34,7 +34,7 @@ circ.copy_status.prototype = { }, { 'except_these' : [ - 'checkin_time', 'checkin_time_full', 'route_to', 'message', 'uses', 'xact_finish' + 'route_to', 'message', 'uses' ] } );