[open-ils-commits] [GIT] Evergreen ILS branch master updated. 43fd9c1e17aad99b58e241e1df5bc1c24656f505
Evergreen Git
git at git.evergreen-ils.org
Thu Aug 22 11:17:04 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, master has been updated
via 43fd9c1e17aad99b58e241e1df5bc1c24656f505 (commit)
from 170e5c8c11958dc23a0936b84d408390513a00df (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 43fd9c1e17aad99b58e241e1df5bc1c24656f505
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 4a1c7ea..6d86170 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="set_lock_on_keypress(event);" 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="set_lock_on_keypress(event);" 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="set_lock_on_keypress(event);" 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="set_lock_on_keypress(event);" 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