[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. d363f31c73be21566ab43f16f4a1f82eb9a3fcaa
Evergreen Git
git at git.evergreen-ils.org
Tue Mar 5 12:11:03 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_1 has been updated
via d363f31c73be21566ab43f16f4a1f82eb9a3fcaa (commit)
from 8f87930b37490726485172ad2526aa4cfcf7291c (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 d363f31c73be21566ab43f16f4a1f82eb9a3fcaa
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