[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 4de299eb2e8f0b3204a846dce652d1490a417106
Evergreen Git
git at git.evergreen-ils.org
Mon Dec 3 11:08:23 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, rel_3_1 has been updated
via 4de299eb2e8f0b3204a846dce652d1490a417106 (commit)
from ed6a1d3635bdb4311de6b71007dc06898692def5 (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 4de299eb2e8f0b3204a846dce652d1490a417106
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