From ca13508bd6dc71b262b78c3ad516e61a95453e74 Mon Sep 17 00:00:00 2001 From: scottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Wed, 21 Oct 2009 20:25:40 +0000 Subject: [PATCH] Correcting datatype of pubdate for reporter.classic_item_list (Patch from Don McMorris) M examples/fm_IDL.xml git-svn-id: svn://svn.open-ils.org/ILS/trunk@14542 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 fab623b8cf..fef9047159 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -5289,7 +5289,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA <fields oils_persist:primary="id"> <field reporter:label="Title" name="title" reporter:datatype="text"/> <field reporter:label="Author" name="author" reporter:datatype="text"/> - <field reporter:label="Pubdate" name="pubdate" reporter:datatype="text"/> + <field reporter:label="Pubdate" name="pubdate" reporter:datatype="int"/> <field reporter:label="Copy ID" name="id" reporter:datatype="id"/> <field reporter:label="Price" name="price" reporter:datatype="money"/> <field reporter:label="Barcode" name="barcode" reporter:datatype="text"/> -- 2.11.0