[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. a24c5f1d9b644f84c2708c817a57fae6f31a6c65

Evergreen Git git at git.evergreen-ils.org
Tue Mar 5 12:10:42 EST 2019


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_2 has been updated
       via  a24c5f1d9b644f84c2708c817a57fae6f31a6c65 (commit)
      from  3e06b45bd6063d97302b1372ff3e902f8929aaa1 (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 a24c5f1d9b644f84c2708c817a57fae6f31a6c65
Author: Terran McCanna <tmccanna at georgialibraries.org>
Date:   Tue Mar 5 10:50:59 2019 -0500

    LP#1746360 Add Deleted Column to Record Bucket
    
    This adds the Deleted column to the Record Bucket view.
    
    Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

diff --git a/Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2 b/Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2
index b35a83b0cd..02aa7f5a5c 100644
--- a/Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2
+++ b/Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2
@@ -36,5 +36,6 @@
     </a>
   </eg-grid-field>
 
+  <eg-grid-field label="[% l('Deleted?') %]" path="biblio_record.deleted"></eg-grid-field>
 
 </eg-grid>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2 | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list