[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. cb7c6b58a354c9f5d7eedaa4b021cebd0757680c
Evergreen Git
git at git.evergreen-ils.org
Wed Jan 8 17:11:05 EST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via cb7c6b58a354c9f5d7eedaa4b021cebd0757680c (commit)
from 71908f1d3b0e13e943143a7510abf6ba1c9793b0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cb7c6b58a354c9f5d7eedaa4b021cebd0757680c
Author: Chris Sharp <csharp at georgialibraries.org>
Date: Wed Jan 8 14:51:59 2014 -0500
fix pub date data type in reporter.classic_item_list
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 at georgialibraries.org>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 66f365d..8ee43d3 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -10588,7 +10588,7 @@ SELECT usr,
<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"/>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/examples/fm_IDL.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list