From: Jason Etheridge Date: Sun, 20 Feb 2011 01:43:42 +0000 (-0500) Subject: temporary constants change X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=75014a937250c3fb9c862332a37f7f470005d606;p=evergreen%2Fequinox.git temporary constants change --- diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js index d7fa588e9d..b2c7f8eae4 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -471,7 +471,8 @@ var urls = { 'XUL_USER_BUCKETS' : '/xul/server/patron/user_buckets.xul', 'XUL_VERIFY_CREDENTIALS' : '/xul/server/main/verify_credentials.xul', 'XUL_VOLUME_BUCKETS' : '/xul/server/cat/volume_buckets.xul', - 'XUL_VOLUME_COPY_CREATOR' : '/xul/server/cat/volume_copy_creator.xul', + 'XUL_VOLUME_COPY_CREATOR' : '/xul/server/cat/volume_copy_editor.xul', + 'XUL_VOLUME_COPY_CREATOR_ORIGINAL' : '/xul/server/cat/volume_copy_creator.xul', 'XUL_VOLUME_EDITOR' : '/xul/server/cat/volume_editor.xul', 'XUL_WORK_LOG' : '/xul/server/admin/work_log.xul', 'XUL_WORKSTATION_INFO' : '/xul/server/main/ws_info.xul',