[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. b0718250dcbd48ed609636aa8e11086531245170

Evergreen Git git at git.evergreen-ils.org
Fri May 11 10:41:11 EDT 2012


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_1 has been updated
       via  b0718250dcbd48ed609636aa8e11086531245170 (commit)
      from  36e85252445dba320d965b4338adc2405094fdfb (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 b0718250dcbd48ed609636aa8e11086531245170
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Wed Apr 18 12:05:20 2012 -0400

    Add missing weights fm_IDL entries
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index d0942dc..6a7b453 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -1152,7 +1152,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
             <field reporter:label="Circulation Modifier" name="circ_modifier" oils_persist:primitive="string" reporter:datatype="float"/>
             <field reporter:label="MARC Type" name="marc_type" oils_persist:primitive="string" reporter:datatype="float"/>
             <field reporter:label="MARC Form" name="marc_form" oils_persist:primitive="string" reporter:datatype="float"/>
+            <field reporter:label="MARC Bib Level" name="marc_bib_level" oils_persist:primitive="string" reporter:datatype="float"/>
             <field reporter:label="Videorecording Format" name="marc_vr_format" oils_persist:primitive="string" reporter:datatype="float"/>
+            <field reporter:label="Juvenile?" name="juvenile_flag" oils_persist:primitive="string" reporter:datatype="float"/>
             <field reporter:label="Reference?" name="ref_flag" reporter:datatype="float"/>
         </fields>
         <links/>
@@ -1170,6 +1172,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
         <fields oils_persist:primary="id" oils_persist:sequence="config.circ_matrix_weights_id_seq">
             <field reporter:label="Circ Weights ID" name="id" reporter:datatype="id" reporter:selector="name"/>
             <field reporter:label="Name" name="name" reporter:datatype="text"/>
+            <field reporter:label="Renewal?" name="is_renewal" reporter:datatype="float"/>
             <field reporter:label="Org Unit" name="org_unit" reporter:datatype="float"/>
             <field reporter:label="Copy Circ Lib" name="copy_circ_lib" reporter:datatype="float"/>
             <field reporter:label="Copy Owning Lib" name="copy_owning_lib" reporter:datatype="float"/>
@@ -1178,8 +1181,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
             <field reporter:label="Circulation Modifier" name="circ_modifier" reporter:datatype="float"/>
             <field reporter:label="MARC Type" name="marc_type" reporter:datatype="float"/>
             <field reporter:label="MARC Form" name="marc_form" reporter:datatype="float"/>
+            <field reporter:label="MARC Bib Level" name="marc_bib_level" reporter:datatype="float"/>
             <field reporter:label="Videorecording Format" name="marc_vr_format" reporter:datatype="float"/>
             <field reporter:label="Reference?" name="ref_flag" reporter:datatype="float"/>
+            <field reporter:label="Juvenile?" name="juvenile_flag" reporter:datatype="float"/>
             <field reporter:label="User Age: Lower Bound" name="usr_age_lower_bound" reporter:datatype="float"/>
             <field reporter:label="User Age: Upper Bound" name="usr_age_upper_bound" reporter:datatype="float"/>
         </fields>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/fm_IDL.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list