As noticed by Ben Shum in IRC, reporter.classic_item_list
had pub_date, a free text field, classified as "int". This
changes that to "text" to prevent errors.
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
<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="int"/>
+ <field reporter:label="Pubdate" name="pubdate" reporter:datatype="text"/>
<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"/>