[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 025f0dd0ca4e4c5fe90213feba28feb5099007b1

Evergreen Git git at git.evergreen-ils.org
Mon Dec 3 11:08:13 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_2 has been updated
       via  025f0dd0ca4e4c5fe90213feba28feb5099007b1 (commit)
      from  83c6883c3f1b33d6099c10f37b019348c203e29f (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 025f0dd0ca4e4c5fe90213feba28feb5099007b1
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