From: pines Date: Sat, 30 Sep 2006 10:31:24 +0000 (+0000) Subject: copy/paste-o X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=181d7a0081a5c1958f781346bce0f53383406c40;p=Evergreen.git copy/paste-o git-svn-id: svn://svn.open-ils.org/ILS/trunk@6292 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/list.js b/Open-ILS/xul/staff_client/chrome/content/util/list.js index 894eae90f4..2b71d7047c 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/list.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/list.js @@ -916,7 +916,7 @@ util.list.prototype = { break; default: a = String( a ).toUpperCase(); - b = String( a ).toUpperCase(); + b = String( b ).toUpperCase(); break; } }