diff --git a/chrome/content/zotero/xpcom/data/items.js b/chrome/content/zotero/xpcom/data/items.js index 8116c041ee..5425253323 100644 --- a/chrome/content/zotero/xpcom/data/items.js +++ b/chrome/content/zotero/xpcom/data/items.js @@ -784,7 +784,7 @@ Zotero.Items = new function() { } _cachedFields = ['itemID', 'itemTypeID', 'dateAdded', 'dateModified', - 'firstCreator', 'numNotes', 'numAttachments', 'numChildren']; + 'firstCreator', 'numNotes', 'numAttachments', 'sourceItemID', 'numChildren']; this._reloadCache = false; } }