From: Bill Erickson Date: Mon, 2 Jun 2014 15:39:28 +0000 (-0400) Subject: money.billing pcrud; use for history grid X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1b265be993eec392cc8bea6f4dbdb9d6a6cb4c13;p=working%2FEvergreen.git money.billing pcrud; use for history grid Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 006a26cf6c..7a5a756d66 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -7015,7 +7015,7 @@ SELECT usr, - + @@ -7033,6 +7033,13 @@ SELECT usr, + + + + + + + diff --git a/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 index 0e5807e392..13455628fb 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_xact_details.tt2 @@ -114,9 +114,11 @@ main-label="[% l('Bills') %]" idl-class="mb" id-field="id" + query="billQuery" + sort="billSort" + revision="billRevision" auto-fields="true" - page-size="10" - items-provider="billGridProvider"> + page-size="10"> @@ -126,10 +128,13 @@ - + +