From e94129dc27d794e456cd116fd8316ccea3fe110b Mon Sep 17 00:00:00 2001 From: Devyn Konti Date: Wed, 12 Sep 2018 11:12:44 -0400 Subject: [PATCH] Fix Attempt #4 --- Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 | 2 +- Open-ILS/src/templates/staff/t_login.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 index 6210395f48..ad52bbe125 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2 @@ -47,7 +47,7 @@
+ ng-options="ws for ws in workstations | orderBy: 'get_ws_label(ws)'">
-- 2.11.0