From fd52eb97427ad38085236a065b21e04aa93b8ad6 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 Signed-off-by: Ben Shum --- 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 a7a765dbfb..1286924925 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -6285,6 +6285,7 @@ SELECT usr, + @@ -6303,6 +6304,7 @@ SELECT usr, + @@ -6335,7 +6337,7 @@ SELECT usr, - + -- 2.11.0