diff --git a/chrome/content/zotero/xpcom/data/itemFields.js b/chrome/content/zotero/xpcom/data/itemFields.js index 60380b36cd..730c232b2f 100644 --- a/chrome/content/zotero/xpcom/data/itemFields.js +++ b/chrome/content/zotero/xpcom/data/itemFields.js @@ -393,7 +393,8 @@ Zotero.ItemFields = new function() { var fields = [ 'title', ...this.getTypeFieldsFromBase('title', true), - 'bookTitle' + 'publicationTitle', + ...this.getTypeFieldsFromBase('publicationTitle', true), ]; return fields.indexOf(field) != -1; }