[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 70a06816d44ef04376ebb4d07b8ddd58c336f1c9
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_0 has been updated
via 70a06816d44ef04376ebb4d07b8ddd58c336f1c9 (commit)
from 7f56d000bc2a7b95776bbfe76cd3bf595dd84ea7 (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 70a06816d44ef04376ebb4d07b8ddd58c336f1c9
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 301ab05..6075632 100644
--- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
+++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2
@@ -112,6 +112,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 a0a175d..7ac665b 100644
--- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2
+++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2
@@ -103,6 +103,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