From 9fcc2069654fded726dedebf5e4cb155e80dd278 Mon Sep 17 00:00:00 2001 From: pines Date: Thu, 30 Nov 2006 16:45:25 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6637 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0