From: phasefx Date: Wed, 3 Oct 2007 23:31:29 +0000 (+0000) Subject: javascript, not perl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=eaaad9e90aeb838bd301468097741da5e90c88d3;p=Evergreen.git javascript, not perl git-svn-id: svn://svn.open-ils.org/ILS/trunk@7868 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/util.js b/Open-ILS/xul/staff_client/server/cat/util.js index c8b4c49f65..715fc994f2 100644 --- a/Open-ILS/xul/staff_client/server/cat/util.js +++ b/Open-ILS/xul/staff_client/server/cat/util.js @@ -50,7 +50,7 @@ cat.util.replace_barcode = function(old_bc) { return old_bc; } else { if (test.ilsevent != 1502 /* ASSET_COPY_NOT_FOUND */) { - obj.error.standard_unexpected_error_alert('Error testing replacement barcode "' . new_bc . '".',test); + obj.error.standard_unexpected_error_alert('Error testing replacement barcode "' + new_bc + '".',test); return old_bc; } }