[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. c60fc09ce55d69b32628fef09fa683b7f879e37a

Evergreen Git git at git.evergreen-ils.org
Thu May 24 14:57:45 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, rel_3_1 has been updated
       via  c60fc09ce55d69b32628fef09fa683b7f879e37a (commit)
      from  9c20846da988aaaf1d5d2a95d2ca222f504bfb66 (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 c60fc09ce55d69b32628fef09fa683b7f879e37a
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