[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_5 updated. fc1ec17e41a2c5df64544f0fc518bb58935c9b98

Evergreen Git git at git.evergreen-ils.org
Wed Jan 8 17:11:06 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_5 has been updated
       via  fc1ec17e41a2c5df64544f0fc518bb58935c9b98 (commit)
      from  693e05226dedd282d5d2ae4a5dd91a3877c7d618 (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 fc1ec17e41a2c5df64544f0fc518bb58935c9b98
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