[open-ils-commits] [GIT] Evergreen ILS branch master updated. dae9d1b0dc84d5079ac4afb5543f3bca2a442997
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 25 08:43:15 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 dae9d1b0dc84d5079ac4afb5543f3bca2a442997 (commit)
from 9888fb67399fb7fde4c26b83dd887a7274d11e04 (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 dae9d1b0dc84d5079ac4afb5543f3bca2a442997
Author: Kathy Lussier <klussier at masslnc.org>
Date: Fri Jul 6 09:50:40 2018 -0400
LP#1738249: Fix Circulation Library in Item Status Column Picker
When the original branch was merged, the change to fix the display of
the Circulation Library to the copy's circ_lib in Item Status was
lost. This commit restores it and uses the original patch author's
name on the commit.
Signed-off-by: Jason Stephenson <jason at sigio.com>
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
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 1d2602c..7ecc672 100644
--- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2
+++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2
@@ -96,7 +96,7 @@
<eg-grid-field label="[% l('CN Suffix') %]" path="call_number.suffix.label" hidden></eg-grid-field>
<eg-grid-field label="[% l('Circulate as Type') %]" path="circ_as_type" hidden></eg-grid-field>
<eg-grid-field label="[% l('Circulate?') %]" path="circulate" hidden></eg-grid-field>
- <eg-grid-field label="[% l('Circulation Library') %]" path="_circ_lib.name" hidden></eg-grid-field>
+ <eg-grid-field label="[% l('Circulation Library') %]" path="circ_lib.shortname" hidden></eg-grid-field>
<eg-grid-field label="[% l('Circulation Modifier') %]" path="circ_modifier.name" hidden></eg-grid-field>
<eg-grid-field label="[% l('Copy ID') %]" path="id" hidden></eg-grid-field>
<eg-grid-field label="[% l('Copy Number') %]" path="copy_number" hidden></eg-grid-field>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/cat/item/t_list.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list