From: Jason Etheridge Date: Fri, 30 Jun 2017 20:45:30 +0000 (-0400) Subject: lp1661685 webstaff: Circ Lib column for Items Out X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5082458a14a89444e2c1f160c082b76523987c74;p=working%2FEvergreen.git lp1661685 webstaff: Circ Lib column for Items Out Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 index 01edcab7fd..c80c4b6b3f 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 @@ -84,7 +84,8 @@ - + + diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js b/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js index 2f9692f866..c8631943ea 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/items_out.js @@ -106,7 +106,7 @@ function($scope, $q, $routeParams, $timeout, egCore , egUser, patronSvc , $ { flesh : 4, flesh_fields : { circ : ['target_copy', 'workstation', 'checkin_workstation'], - acp : ['call_number', 'holds_count', 'status'], + acp : ['call_number', 'holds_count', 'status', 'circ_lib'], acn : ['record', 'owning_lib'], bre : ['simple_record'] },