From: Chris Sharp Date: Wed, 18 Jan 2017 18:44:45 +0000 (-0500) Subject: Adding create date and active date to holdings maintenance interface X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b3ed479d361c9da88353a0efe0f3649a1868e8eb;p=evergreen%2Fpines.git Adding create date and active date to holdings maintenance interface --- 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' ] } )