[open-ils-commits] r14550 - trunk/Open-ILS/xul/staff_client/server/circ (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 22 01:14:34 EDT 2009


Author: phasefx
Date: 2009-10-22 01:14:30 -0400 (Thu, 22 Oct 2009)
New Revision: 14550

Modified:
   trunk/Open-ILS/xul/staff_client/server/circ/copy_status.js
Log:
Don't remove these columns from the Item Status interface

Modified: trunk/Open-ILS/xul/staff_client/server/circ/copy_status.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/copy_status.js	2009-10-22 03:34:50 UTC (rev 14549)
+++ trunk/Open-ILS/xul/staff_client/server/circ/copy_status.js	2009-10-22 05:14:30 UTC (rev 14550)
@@ -34,7 +34,7 @@
 			},
 			{
 				'except_these' : [
-					'checkin_time', 'checkin_time_full', 'route_to', 'message', 'uses', 'xact_finish'
+					'route_to', 'message', 'uses'
 				]
 			}
 		);



More information about the open-ils-commits mailing list