[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 07c4756a92e6adc839c68e7f5e9e27e22d080ac6
Evergreen Git
git at git.evergreen-ils.org
Thu Aug 22 11:22:43 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_3 has been updated
via 07c4756a92e6adc839c68e7f5e9e27e22d080ac6 (commit)
from 2e417b99130665dfc2c31e10f6b2c9f227e6c946 (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 07c4756a92e6adc839c68e7f5e9e27e22d080ac6
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