From dc86b67743af4d1a9dfae8e5eff900d6156d5b92 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 2 Feb 2011 05:02:17 +0000 Subject: [PATCH] fix manuscript type in MODS --- translators/MODS.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translators/MODS.js b/translators/MODS.js index 4ef62363f..b324def8d 100644 --- 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";