From 87b188091e01ccf10d0070fa727820cb4c68a6a5 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 16 Mar 2008 08:57:28 +0000 Subject: [PATCH] show last name of bucket owner git-svn-id: svn://svn.open-ils.org/ILS/trunk@9053 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/record_buckets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/record_buckets.js b/Open-ILS/xul/staff_client/server/cat/record_buckets.js index a448e3f9bd..59997d0e01 100644 --- a/Open-ILS/xul/staff_client/server/cat/record_buckets.js +++ b/Open-ILS/xul/staff_client/server/cat/record_buckets.js @@ -277,7 +277,7 @@ cat.record_buckets.prototype = { x = document.getElementById('bucket_owner'); var s = bucket.owner(); JSAN.use('patron.util'); if (s && typeof s != "object") s = patron.util.retrieve_fleshed_au_via_id(ses(),s); - x.setAttribute('value',s.card().barcode() + " @ " + obj.data.hash.aou[ s.home_ou() ].shortname()); + x.setAttribute('value',s.family_name() + ' (' + s.card().barcode() + ") @ " + obj.data.hash.aou[ s.home_ou() ].shortname()); } catch(E) { alert(E); } -- 2.43.2