[open-ils-commits] [GIT] Evergreen ILS branch master updated. 34fd7a5eb3c5e50f7bf1331da4131bb261be7b01
Evergreen Git
git at git.evergreen-ils.org
Mon Dec 3 11:08:05 EST 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, master has been updated
via 34fd7a5eb3c5e50f7bf1331da4131bb261be7b01 (commit)
from 611a34bbeac64555f9b18b7aac0fd3e040e4b2f8 (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 34fd7a5eb3c5e50f7bf1331da4131bb261be7b01
Author: Remington Steed <rjs7 at calvin.edu>
Date: Mon Nov 26 10:04:28 2018 -0500
LP#1739606: Allow saving Billing History xacts grid
For a web staff eg-grid to save and retrieve its settings, it needs a
unique persist-key. This commit adds one for the Transactions tab grid
under Billing History (on patron record Bills tab, click the History
grid button).
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
Signed-off-by: Jason Stephenson <jason at sigio.com>
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_bill_history_xacts.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_bill_history_xacts.tt2
index 361eb79..99d6a86 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_bill_history_xacts.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_bill_history_xacts.tt2
@@ -5,6 +5,7 @@
idl-class="mbt"
id-field="id"
grid-controls="gridControls"
+ persist-key="circ.patron.billhistory_xacts"
dateformat="{{$root.egDateAndTimeFormat}}">
<eg-grid-action
-----------------------------------------------------------------------
Summary of changes:
.../staff/circ/patron/t_bill_history_xacts.tt2 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list