From b0fa4ee8847b9c8791fc468db4288be5824056a8 Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Thu, 14 Mar 2013 14:37:17 -0400 Subject: [PATCH] Add accepting_usr to IDL to fix reporter field In the reporter interface, the view 'Payments: Brick-and-mortar' is missing the 'Accepting User' field, which is present in the similar view 'Payments: Desk'. This field is already present in the database view and is simply missing from the IDL. Since it is needed for certain kinds of reports, this commit adds the missing IDL fields. It also adds the missing 'reporter:datatype' to an existing instance of the IDL field. Signed-off-by: Remington Steed --- Open-ILS/examples/fm_IDL.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 1b7cee523c..290ef0c309 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -6430,6 +6430,7 @@ SELECT usr, + @@ -6448,6 +6449,7 @@ SELECT usr, + @@ -6480,7 +6482,7 @@ SELECT usr, - + -- 2.11.0