From: scottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Wed, 21 Oct 2009 20:25:40 +0000 (+0000)
Subject: Correcting datatype of pubdate for reporter.classic_item_list
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ca13508bd6dc71b262b78c3ad516e61a95453e74;p=evergreen%2Fmasslnc.git

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
---

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"/>