javascript, not perl
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 3 Oct 2007 23:31:29 +0000 (23:31 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 3 Oct 2007 23:31:29 +0000 (23:31 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7868 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/util.js

index c8b4c49..715fc99 100644 (file)
@@ -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;
                        }       
                }