[open-ils-commits] [GIT] Evergreen ILS branch master updated. 5a8b03ef5a17d7b4e897f660a8f6d3168a5fa96f
Evergreen Git
git at git.evergreen-ils.org
Tue Mar 5 12:10:14 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, master has been updated
via 5a8b03ef5a17d7b4e897f660a8f6d3168a5fa96f (commit)
from 3e3ec8ec68bdc49eb43a6dedc187c3c90a3813cc (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 5a8b03ef5a17d7b4e897f660a8f6d3168a5fa96f
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