diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js index 8d825e52cd..74b7f4bf78 100644 --- a/chrome/content/zotero/xpcom/attachments.js +++ b/chrome/content/zotero/xpcom/attachments.js @@ -891,7 +891,7 @@ Zotero.Attachments = new function(){ switch (field) { case 'year': - var value = item.getField('date', true); + var value = item.getField('date', true, true); if (value) { value = Zotero.Date.multipartToSQL(value).substr(0, 4); if (value == '0000') {