From 6ad6a32007929deee6bdd90d80f4a78d2c3020b9 Mon Sep 17 00:00:00 2001 From: pines Date: Mon, 30 Oct 2006 16:04:13 +0000 Subject: [PATCH] pickup lib in classic pull for hold list git-svn-id: svn://svn.open-ils.org/ILS/trunk@6529 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js | 2 ++ Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.xhtml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js b/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js index e7407c1944..f1772cbdc9 100644 --- a/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js +++ b/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.js @@ -54,6 +54,8 @@ function pullListDrawHolds(r) { function pullListDrawHold( tbody, row, hold, idx ) { $n(row, 'date').appendChild(text(hold.request_time().replace(/\ .*/, ""))); + var pl = typeof hold.pickup_lib() == 'object' ? hold.pickup_lib().shortname() : g.data.hash.aou[ hold.pickup_lib() ].shortname(); + $n(row, 'pickup').appendChild(text(pl)); switch( hold.hold_type() ) { case 'C' : unHideMe($n(row, 'copy_hold')); break; diff --git a/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.xhtml b/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.xhtml index cd30256ab0..d10133ce7a 100644 --- a/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.xhtml +++ b/Open-ILS/xul/staff_client/server/admin/hold_pull_list_classic.xhtml @@ -58,7 +58,7 @@ Copy: Location: Item ID: Item Type: Book Large Print Book Audiobook Video Recording Music Electronic Resource Patron ID: Requested: Hold Type: Copy HoldVolume HoldTitle HoldMetarecord Hold -Hold Protection: +Pickup: Hold Protection: -- 2.11.0