[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 61051796e8b00c4e94766c30f82fda54c592bc3c
Evergreen Git
git at git.evergreen-ils.org
Fri Oct 4 10:39:45 EDT 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, rel_3_1 has been updated
via 61051796e8b00c4e94766c30f82fda54c592bc3c (commit)
from c227910cdcfea08caaf508536340e36a44361eb2 (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 61051796e8b00c4e94766c30f82fda54c592bc3c
Author: Remington Steed <rjs7 at calvin.edu>
Date: Mon Nov 5 16:11:35 2018 -0500
LP#1729435: Allow saving Bill Full Details grids
For a web staff eg-grid to save and retrieve its settings, it needs a unique
persist-key. This commit adds one for the Bills grid and Payments grid on the
patron bills Full Details view (right-click a bill, choose Full Details, then
click the Details tab).
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
Signed-off-by: Michele Morgan <mmorgan at noblenet.org>
Signed-off-by: Jennifer Pringle <jennifer.pringle at bc.libraries.coop>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/staff/circ/patron/t_xact_details_details.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_xact_details_details.tt2
index 6cd026a801..1887cbecb1 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_xact_details_details.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_xact_details_details.tt2
@@ -8,6 +8,7 @@
grid-controls="xactGridControls"
auto-fields="true"
page-size="10"
+ persist-key="circ.patron.xact_details_details_bills"
dateformat="{{$root.egDateAndTimeFormat}}">
<eg-grid-action
@@ -28,6 +29,7 @@
id-field="id"
grid-controls="paymentGridControls"
page-size="10"
+ persist-key="circ.patron.xact_details_details_payments"
dateformat="{{$root.egDateAndTimeFormat}}">
<eg-grid-action
label="[% l('Edit Note') %]" handler="editPaymentNotes"></eg-grid-action>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/circ/patron/t_xact_details_details.tt2 | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list