[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. e0cbde4a69c85e989d0d7934a38f5f5b94d9ecf2
Evergreen Git
git at git.evergreen-ils.org
Wed Sep 12 12:32:25 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 e0cbde4a69c85e989d0d7934a38f5f5b94d9ecf2 (commit)
from ab1f529ee58b5c367bc295265c59c4ecb2198f5f (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 e0cbde4a69c85e989d0d7934a38f5f5b94d9ecf2
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date: Mon Sep 10 11:42:34 2018 -0700
LP1775640: Adds deposit columns to Item Status and Holdings View grids
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
Signed-off-by: Beth Willis <willis at noblenet.org>
Signed-off-by: Ben Shum <ben at evergreener.net>
diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
index f188a1a..7d41c78 100644
--- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
+++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
@@ -116,6 +116,8 @@
<eg-grid-field label="[% l('Copy ID') %]" path="id"></eg-grid-field>
<eg-grid-field label="[% l('Circulate As MARC Type') %]" path="circ_as_type"></eg-grid-field>
<eg-grid-field label="[% l('Circulate') %]" datatype="bool" path="circulate"></eg-grid-field>
+ <eg-grid-field label="[% l('Deposit?') %]" datatype="bool" path="deposit"></eg-grid-field>
+ <eg-grid-field label="[% l('Deposit amount') %]" path="deposit_amount"></eg-grid-field>
<eg-grid-field label="[% l('Holdable') %]" datatype="bool" path="holdable"></eg-grid-field>
<eg-grid-field label="[% l('Age-based Hold Protection') %]" path="age_protect.name"></eg-grid-field>
<eg-grid-field label="[% l('Reference') %]" datatype="bool" path="ref"></eg-grid-field>
diff --git a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 b/Open-ILS/src/templates/staff/cat/item/t_list.tt2
index 5ecef1f..debaabe 100644
--- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2
+++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2
@@ -106,6 +106,8 @@
<eg-grid-field label="[% l('Date Record Created') %]" path="call_number.record.create_date" datatype="timestamp" hidden></eg-grid-field>
<eg-grid-field label="[% l('Date Record Last Edited') %]" path="call_number.record.edit_date" datatype="timestamp" hidden></eg-grid-field>
<eg-grid-field label="[% l('Deleted?') %]" path="deleted" hidden></eg-grid-field>
+ <eg-grid-field label="[% l('Deposit?') %]" path="deposit" hidden></eg-grid-field>
+ <eg-grid-field label="[% l('Deposit amount') %]" path="deposit_amount" hidden></eg-grid-field>
<eg-grid-field label="[% l('Document ID') %]" path="call_number.record.id" hidden></eg-grid-field>
<eg-grid-field label="[% l('Edited By') %]" path="editor.usrname" hidden></eg-grid-field>
<eg-grid-field label="[% l('Fine Level') %]" path="fine_level" hidden>
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/staff/cat/catalog/t_holdings.tt2 | 2 ++
Open-ILS/src/templates/staff/cat/item/t_list.tt2 | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list