From 05f101ed5491672f74ad0205cea59914f0c68311 Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Mon, 5 Nov 2018 16:11:35 -0500 Subject: [PATCH] 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 Signed-off-by: Michele Morgan Signed-off-by: Jennifer Pringle Signed-off-by: Galen Charlton --- .../src/templates/staff/circ/patron/t_xact_details_details.tt2 | 2 ++ 1 file changed, 2 insertions(+) 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}}"> -- 2.43.2