From: a. bellenir Date: Wed, 8 Aug 2018 15:49:57 +0000 (-0400) Subject: LP#1785305: item status 'edited by' shows id instead of username X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2ae2396b30de2c6c24645b52f15f604af075b7e8;p=working%2FEvergreen.git LP#1785305: item status 'edited by' shows id instead of username Signed-off-by: a. bellenir --- diff --git a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 index 7ecc672911..e1dd08205f 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 @@ -107,7 +107,7 @@ - + diff --git a/Open-ILS/web/js/ui/default/staff/circ/services/item.js b/Open-ILS/web/js/ui/default/staff/circ/services/item.js index aaed14dd54..46a977d6a1 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/services/item.js +++ b/Open-ILS/web/js/ui/default/staff/circ/services/item.js @@ -16,7 +16,7 @@ function(egCore , egCirc , $uibModal , $q , $timeout , $window , egConfirmDialog flesh : 3, flesh_fields : { acp : ['call_number','location','status','location','floating','circ_modifier', - 'age_protect','circ_lib','copy_alerts'], + 'age_protect','circ_lib','copy_alerts', 'editor'], acn : ['record','prefix','suffix','label_class'], bre : ['simple_record','creator','editor'] },