From 181d7a0081a5c1958f781346bce0f53383406c40 Mon Sep 17 00:00:00 2001 From: pines Date: Sat, 30 Sep 2006 10:31:24 +0000 Subject: [PATCH] copy/paste-o git-svn-id: svn://svn.open-ils.org/ILS/trunk@6292 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.11.0