[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 6238c9e0cbdd778c5a6944023d0ab305ccc77a01
Evergreen Git
git at git.evergreen-ils.org
Fri May 11 10:40:42 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_2 has been updated
via 6238c9e0cbdd778c5a6944023d0ab305ccc77a01 (commit)
from 7f46dc3ada677bbfdd056e3da6dd01e7482abb51 (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 6238c9e0cbdd778c5a6944023d0ab305ccc77a01
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 9223576..e21df9b 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -1296,7 +1296,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"/>
<field reporter:label="Item Age <" name="item_age" reporter:datatype="float"/>
</fields>
@@ -1315,6 +1317,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"/>
@@ -1323,8 +1326,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"/>
<field reporter:label="Item Age <" name="item_age" reporter:datatype="float"/>
-----------------------------------------------------------------------
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