commit dc86b67743af4d1a9dfae8e5eff900d6156d5b92
parent 0a916082688e3413be9cbca4fdeb1446b911be59
Author: Simon Kornblith <simon@simonster.com>
Date: Wed, 2 Feb 2011 05:02:17 +0000
fix manuscript type in MODS
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/translators/MODS.js b/translators/MODS.js
@@ -10,7 +10,7 @@
"configOptions":{"dataMode":"xml/e4x"},
"displayOptions":{"exportNotes":true},
"inRepository":true,
- "lastUpdated":"2011-01-27 19:35:57"
+ "lastUpdated":"2011-02-02 05:01:48"
}
function detectImport() {
@@ -59,7 +59,7 @@ function doExport() {
marcGenre = "letter";
} else if(item.itemType == "manuscript") {
modsType = "text";
- modsType.@manuscript = "yes";
+ mods.typeOfResource.@manuscript = "yes";
} else if(item.itemType == "interview") {
modsType = "text";
marcGenre = "interview";