[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. dab6c5a5370b9be4dec76c0cf6ff073407606750

Evergreen Git git at git.evergreen-ils.org
Thu Aug 22 11:20:05 EDT 2013


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  dab6c5a5370b9be4dec76c0cf6ff073407606750 (commit)
      from  eaa064617d69461a71171d9a5b116dc0efcd66b1 (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 dab6c5a5370b9be4dec76c0cf6ff073407606750
Author: Mike Rylander <mrylander at gmail.com>
Date:   Fri Jul 12 14:43:57 2013 -0400

    Repair remaining Authority Fixed Field editor entries
    
    The "Item" fixed field is only valid for MFHD records, so we remove
    that entirely from AUTH records.  The "GeoSubd" fixed field is
    spelled "GeoDiv" everywhere, so we align that naming so that it can
    be saved.
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/web/js/dojo/MARC/FixedFields.js b/Open-ILS/web/js/dojo/MARC/FixedFields.js
index dd7a2a7..b4df704 100644
--- a/Open-ILS/web/js/dojo/MARC/FixedFields.js
+++ b/Open-ILS/web/js/dojo/MARC/FixedFields.js
@@ -498,7 +498,7 @@ if(!dojo._hasResource["MARC.FixedFields"]) {
                 MFHD : {start : 6, len : 1, def : 'y' }
             }
         },
-        "GeoSubd" : {
+        "GeoDiv" : {
              "_8" : {
                  "AUT" : {"start" : 6, "len" : 1, "def" : ' ' }
              }
diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.xul b/Open-ILS/xul/staff_client/server/cat/marcedit.xul
index 2d74ec2..5123c6f 100644
--- a/Open-ILS/xul/staff_client/server/cat/marcedit.xul
+++ b/Open-ILS/xul/staff_client/server/cat/marcedit.xul
@@ -185,7 +185,7 @@
                             <textbox id="Type_tbmfhd" context="clipboard" class="plain" name="Type" maxlength="1" size="1" onkeypress="if (!(event.altKey || event.ctrlKey || event.metaKey)) { oils_lock_page(); }" oninput="updateFixedFields(this);" onfocus="this.select();"/>
                             <label name="ELvl" control="ELvl_tbmfhd" set="AUT MFHD" value="ELvl" />
                             <textbox id="ELvl_tbmfhd" context="clipboard" class="plain" name="ELvl" maxlength="1" size="1" onkeypress="if (!(event.altKey || event.ctrlKey || event.metaKey)) { oils_lock_page(); }" oninput="updateFixedFields(this);" onfocus="this.select();"/>
-                            <label name="Item" control="Item_tbmfhd" set="AUT MFHD" value="Item" />
+                            <label name="Item" control="Item_tbmfhd" set="MFHD" value="Item" />
                             <textbox id="Item_tbmfhd" context="clipboard" class="plain" name="Item" maxlength="1" size="1" onkeypress="if (!(event.altKey || event.ctrlKey || event.metaKey)) { oils_lock_page(); }" oninput="updateFixedFields(this);" onfocus="this.select();"/>
                             <label name="GeoDiv" control="GeoDiv_tb" set="AUT" value="GeoDiv" />
                             <textbox id="GeoDiv_tb" context="clipboard" class="plain" name="GeoDiv" maxlength="1" size="1" onkeypress="if (!(event.altKey || event.ctrlKey || event.metaKey)) { oils_lock_page(); }" oninput="updateFixedFields(this);" onfocus="this.select();"/>

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

Summary of changes:
 Open-ILS/web/js/dojo/MARC/FixedFields.js          |    2 +-
 Open-ILS/xul/staff_client/server/cat/marcedit.xul |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list