From 1b265be993eec392cc8bea6f4dbdb9d6a6cb4c13 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 2 Jun 2014 11:39:28 -0400 Subject: [PATCH] money.billing pcrud; use for history grid Signed-off-by: Bill Erickson --- Open-ILS/examples/fm_IDL.xml | 9 ++++- .../templates/staff/circ/patron/t_xact_details.tt2 | 11 ++++-- .../web/js/ui/default/staff/circ/patron/bills.js | 41 ++++++++-------------- 3 files changed, 31 insertions(+), 30 deletions(-) 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 @@ - + +