From 5e94651f8ea592faab8b4465f8e9b0046f297e6d Mon Sep 17 00:00:00 2001 From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Thu, 25 Feb 2010 16:13:18 +0000 Subject: [PATCH] fix field name for acq.user_request IDL entry git-svn-id: svn://svn.open-ils.org/ILS/trunk@15641 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/fm_IDL.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 8723a8bfa4..eafb921873 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -4372,7 +4372,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA <field reporter:label="PO Line Item" name="lineitem" reporter:datatype="link" /> <field reporter:label="Bib Record" name="eg_bib" reporter:datatype="link" /> <field reporter:label="Request Date/Time" name="request_date" reporter:datatype="timestamp" /> - <field reporter:label="Need Before Date/Time" name="request_date" reporter:datatype="timestamp" /> + <field reporter:label="Need Before Date/Time" name="need_before" reporter:datatype="timestamp" /> <field reporter:label="Max Acceptable Fee" name="max_fee" reporter:datatype="text" /> <field reporter:label="ISxN" name="isxn" reporter:datatype="text" /> <field reporter:label="Title" name="title" reporter:datatype="text" /> -- 2.11.0