From 699d686ec1789d679adecb9d9a6c0b250587a71c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 20 Jun 2017 18:18:56 -0400 Subject: [PATCH] webstaff serials: also display patron first name as part of selecting routing list member Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/serials/t_routing_list.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/serials/t_routing_list.tt2 b/Open-ILS/src/templates/staff/serials/t_routing_list.tt2 index b9518a4b90..eba79f3e2d 100644 --- a/Open-ILS/src/templates/staff/serials/t_routing_list.tt2 +++ b/Open-ILS/src/templates/staff/serials/t_routing_list.tt2 @@ -69,7 +69,7 @@ ng-click="args.which_radio_button='reader'" focus-me="readerInFocus" ng-model-options="{ debounce: 1000 }"> - {{reader_obj.family_name}} + {{reader_obj.family_name}}, {{reader_obj.first_given_name}} [% l('Not Found') %] -- 2.11.0