From 2cac7bf0e5d540d6e3714bf5fa4c28ee75843e76 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 18 Jan 2017 13:44:45 -0500 Subject: [PATCH] Adding create date and active date to holdings maintenance interface --- Open-ILS/xul/staff_client/server/cat/copy_browser.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 327b45b70b..d8dbf21128 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_browser.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_browser.js @@ -1769,7 +1769,9 @@ cat.copy_browser.prototype = { 'acp_status', 'alert_message', 'acp_mint_condition', - 'acp_id' + 'acp_id', + 'acp_create_date', + 'acp_active_date' ] } ) -- 2.11.0