From: pines Date: Thu, 30 Nov 2006 16:45:25 +0000 (+0000) Subject: typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=288b6fa6c5a85b2e4e6f8158575aaf68c579029f;p=evergreen%2Fpines.git typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@6637 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js b/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js index 5955988272..3f81dab092 100644 --- a/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js +++ b/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js @@ -338,7 +338,7 @@ g.stash_and_close = function() { ); if (typeof acn_id.ilsevent != 'undefined') { - g.error.standard_unexpected_error_alert('Problem finding or creating ' + cn + '. We will skip item creation for this volume.',anc_id); + g.error.standard_unexpected_error_alert('Problem finding or creating ' + cn + '. We will skip item creation for this volume.',acn_id); continue; }