projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c603e94
)
Fix Fixed Fields Editor Conf and Cont
author
Thomas Berezansky
<tsbere@mvlc.org>
Fri, 16 Sep 2011 14:24:01 +0000
(10:24 -0400)
committer
Mike Rylander
<mrylander@gmail.com>
Fri, 16 Sep 2011 15:26:33 +0000
(11:26 -0400)
Conf was defined with Cont's fields
Cont was missing
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/web/js/dojo/MARC/FixedFields.js
patch
|
blob
|
history
diff --git
a/Open-ILS/web/js/dojo/MARC/FixedFields.js
b/Open-ILS/web/js/dojo/MARC/FixedFields.js
index
7e25080
..
4653ca8
100644
(file)
--- a/
Open-ILS/web/js/dojo/MARC/FixedFields.js
+++ b/
Open-ILS/web/js/dojo/MARC/FixedFields.js
@@
-253,6
+253,16
@@
if(!dojo._hasResource["MARC.FixedFields"]) {
},
Conf : {
_8 : {
+ BKS : {start : 29, len : 1, def : '0' },
+ SER : {start : 29, len : 1, def : '0' }
+ },
+ _6 : {
+ BKS : {start : 11, len : 1, def : '0' },
+ SER : {start : 11, len : 1, def : '0' }
+ }
+ },
+ Cont : {
+ _8 : {
BKS : {start : 24, len : 4, def : ' ' },
SER : {start : 25, len : 3, def : ' ' }
},