[open-ils-commits] [GIT] Evergreen ILS branch master updated. 6de97f9b7bf3588b901421682757146dbff3af40
Evergreen Git
git at git.evergreen-ils.org
Wed Sep 12 11:18:19 EDT 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 6de97f9b7bf3588b901421682757146dbff3af40 (commit)
from ef3fa1488e4a84f998a4ba2671d796a553f7c07c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6de97f9b7bf3588b901421682757146dbff3af40
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date: Mon Sep 10 09:23:29 2018 -0700
LP1665052: Fix checkin workstation display on recent circs view
To test:
1) Go to Item Status > Detail View > Recent Circ History for
an item that is currently checked out.
2) Note that the Checkin Workstation field says
"{{circ.checkin_workstation.name()}}"
3) Apply this commit.
4) Note that the Checkin Workstation field is empty if an
item is an item hasn't been checked in, but is filled with
the appropriate workstation name after it has been checked
in.
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
Signed-off-by: Ben Shum <ben at evergreener.net>
diff --git a/Open-ILS/src/templates/staff/cat/item/t_circs_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_circs_pane.tt2
index 200c59b..fcadfe8 100644
--- a/Open-ILS/src/templates/staff/cat/item/t_circs_pane.tt2
+++ b/Open-ILS/src/templates/staff/cat/item/t_circs_pane.tt2
@@ -193,7 +193,7 @@
<div class="flex-row">
<div class="flex-cell">[% l('Checkin Workstation') %]</div>
<div class="flex-cell well">
- {{circ.checkin_workstation.name()}}
+ {{circ.checkin_workstation().name()}}
</div>
</div>
</div>
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/staff/cat/item/t_circs_pane.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list