From 6e8a0d763f2432bc9e5adee498d465e90b4a832c Mon Sep 17 00:00:00 2001
From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 18 Nov 2009 01:39:16 +0000
Subject: [PATCH] When I renamed the 'status' column from circ.util.columns to
 'acp_status' it broke Holdings Maintenance.  This fixes that and also adds
 the mint condition column to that interface.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14946 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/xul/staff_client/server/cat/copy_browser.js | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Open-ILS/xul/staff_client/server/cat/copy_browser.js b/Open-ILS/xul/staff_client/server/cat/copy_browser.js
index bc11a778b1..975a55abd7 100644
--- a/Open-ILS/xul/staff_client/server/cat/copy_browser.js
+++ b/Open-ILS/xul/staff_client/server/cat/copy_browser.js
@@ -1462,7 +1462,7 @@ cat.copy_browser.prototype = {
                         'owning_lib' : { 'hidden' : false },
                         'call_number' : { 'hidden' : false },
                         'due_date' : { 'hidden' : false },
-                        'status' : { 'hidden' : false },
+                        'acp_status' : { 'hidden' : false },
                     },
                     {
                         'just_these' : [
@@ -1484,9 +1484,10 @@ cat.copy_browser.prototype = {
                             'price',
                             'circ_as_type',
                             'circ_modifier',
-                            'status',
+                            'acp_status',
                             'alert_message',
-                            'acp_id',
+                            'acp_mint_condition',
+                            'acp_id'
                         ]
                     }
                 )
-- 
2.11.0