[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0eac25ef0cedb566371f77fc680d8494bac7ad79
Evergreen Git
git at git.evergreen-ils.org
Thu May 24 14:57:39 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 0eac25ef0cedb566371f77fc680d8494bac7ad79 (commit)
from a229588e8271bb395a404bdf45fd20342525afb2 (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 0eac25ef0cedb566371f77fc680d8494bac7ad79
Author: gcollum <gcollum at gmail.com>
Date: Sun May 20 13:18:18 2018 -0400
LP#1743782 Copy Status not available in Check-In Screen
Makes the status an available column to display in the Check-In screen.
To test:
1. Apply patch.
2. Go to check-in and display 'Status' as a column in the table.
3. Check-in various items that may be checked-out, catch a hold, not checked out, etc.
Signed-off-by: gcollum <gcollum at gmail.com>
Signed-off-by: Dawn Dale <ddale at georgialibraries.org>
Signed-off-by: Jason Stephenson <jason at sigio.com>
diff --git a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2 b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2
index 6c7aab0..8f98584 100644
--- a/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2
+++ b/Open-ILS/src/templates/staff/circ/checkin/t_checkin_table.tt2
@@ -108,6 +108,9 @@
<eg-grid-field path="acp.circ_modifier.name" label="[% l('Circulation Modifier') %]"></eg-grid-field>
<eg-grid-field path="acp.circ_lib.shortname" label="[% l('Circulation Library') %]"></eg-grid-field>
+ <eg-grid-field label="[% l('Status') %]"
+ path="acp.status.name" hidden></eg-grid-field>
+
<eg-grid-field path="circ.*" parent-idl-class="circ" hidden></eg-grid-field>
<eg-grid-field path="acp.*" parent-idl-class="acp" hidden></eg-grid-field>
<eg-grid-field path="acn.*" parent-idl-class="acn" hidden></eg-grid-field>
-----------------------------------------------------------------------
Summary of changes:
.../staff/circ/checkin/t_checkin_table.tt2 | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list