From: Jason Etheridge Date: Wed, 3 Apr 2013 20:48:49 +0000 (-0400) Subject: Expose copy_number to TPAC templates X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a0ef2ad0f7d5c8e9d780c131f37d35603b741c7c;p=working%2FEvergreen.git Expose copy_number to TPAC templates This is needed if we want to customize the TPAC to show Copy Numbers Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm index 87b53ec430..246a491db2 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm @@ -1953,7 +1953,7 @@ sub basic_opac_copy_query { return { select => { acp => ['id', 'barcode', 'circ_lib', 'create_date', - 'age_protect', 'holdable'], + 'age_protect', 'holdable', 'copy_number'], acpl => [ {column => 'name', alias => 'copy_location'}, {column => 'holdable', alias => 'location_holdable'}