From: Jason Etheridge Date: Thu, 5 Jan 2012 22:40:48 +0000 (-0500) Subject: remove this old speedbump, which now lies X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e4691aba9a8738da1889c6c3f2e5965dee971980;p=contrib%2FConifer.git remove this old speedbump, which now lies Signed-off-by: Jason Etheridge Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/xul/staff_client/server/circ/copy_status.js b/Open-ILS/xul/staff_client/server/circ/copy_status.js index 29a64d1546..c1fbbe48e0 100644 --- a/Open-ILS/xul/staff_client/server/circ/copy_status.js +++ b/Open-ILS/xul/staff_client/server/circ/copy_status.js @@ -918,7 +918,6 @@ circ.copy_status.prototype = { } break loop; } - alert(document.getElementById('circStrings').getString('staff.circ.copy_status.delete_volumes.success')); } } catch(E) { obj.error.standard_unexpected_error_alert('copy status -> delete volumes',E); diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties index 2dc7a100d7..633c2df185 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties @@ -138,7 +138,6 @@ staff.circ.copy_status.delete_volumes.override=Override Delete Failure? staff.circ.copy_status.delete_volumes.delete_copies=You must delete all the items on the volume before you may delete the volume itself. staff.circ.copy_status.delete_volumes.delete_copies.confirm=Delete Volume and Items staff.circ.copy_status.delete_volumes.delete_copies.cancel=Cancel Delete -staff.circ.copy_status.delete_volumes.success=Volumes deleted. staff.circ.copy_status.mark_volume.status=Volume marked as Item Transfer Destination staff.circ.copy_status.mark_volume.prompt=Choose just one Volume to mark as Item Transfer Destination staff.circ.copy_status.mark_volume.title=Limit Selection