diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index fdf2f7f40..c666c574a 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -2890,10 +2890,7 @@ Zotero.Sync.Server.Data = new function() { } if (item.primary.itemType == 'note' || item.primary.itemType == 'attachment') { - if (item.sourceItemID) { - var sourceItem = Zotero.Items.get(item.sourceItemID); - xml.@sourceItem = sourceItem.key; - } + xml.@sourceItem = item.sourceItemKey; } // Note