From 18af61e4195b9aa256557711d25497fb1b14b0c4 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 27 Jul 2005 22:27:03 +0000 Subject: [PATCH 1/1] dont' need this git-svn-id: svn://svn.open-ils.org/ILS/trunk@1564 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../chrome/content/evergreen/patron/patron_display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Evergreen/staff_client/chrome/content/evergreen/patron/patron_display.js b/Evergreen/staff_client/chrome/content/evergreen/patron/patron_display.js index 74db90fff6..84cb014b95 100755 --- a/Evergreen/staff_client/chrome/content/evergreen/patron/patron_display.js +++ b/Evergreen/staff_client/chrome/content/evergreen/patron/patron_display.js @@ -428,7 +428,7 @@ function patron_display_patron_checkout_items_init(p) { keep_these.push( checkouts[ idx ] ); } if (check != null && check.status == 0) { - check.route_to = mw.G.org_tree_hash[check.route_to].shortname(); + //check.route_to = mw.G.org_tree_hash[check.route_to].shortname(); alert('Check In: ' + check.text + ' Route To: ' + check.route_to); } checkouts = keep_these; -- 2.43.2