[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_4 updated. ae81fc206039f3902d4ef1d7f05146b29e30c408
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, rel_2_4 has been updated
via ae81fc206039f3902d4ef1d7f05146b29e30c408 (commit)
from cd92c579b78cdc4ffcaaf0bb0922412400d311d9 (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 ae81fc206039f3902d4ef1d7f05146b29e30c408
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 d5a67c0..49b509c 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -10338,7 +10338,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