From 5aa876b42db179ba67de9bacc9adc4cf5af8ab47 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 40ca175f19..122e04486a 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -6431,6 +6431,7 @@ SELECT usr, + @@ -6449,6 +6450,7 @@ SELECT usr, + @@ -6481,7 +6483,7 @@ SELECT usr, - + -- 2.43.2