diff --git a/chrome/content/zotero/tools/testTranslators/translatorTester.js b/chrome/content/zotero/tools/testTranslators/translatorTester.js index ab495c0da..96547aecb 100644 --- a/chrome/content/zotero/tools/testTranslators/translatorTester.js +++ b/chrome/content/zotero/tools/testTranslators/translatorTester.js @@ -225,7 +225,7 @@ Zotero_TranslatorTester._sanitizeItem = function(item, testItem) { continue; } - if((!item[field] && (!testItem || item[field] !== false) + if((!item[field] && (!testItem || item[field] !== false)) || !(fieldID = Zotero.ItemFields.getID(field))) { delete item[field]; continue;