From c8ab92dec536ab328a22e18e6cd9e34c7f2027b7 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 22 Oct 2009 05:14:30 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/circ/copy_status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ] } ); -- 2.11.0