diff --git a/chrome/content/zotero/bindings/noteeditor.xml b/chrome/content/zotero/bindings/noteeditor.xml index 15fa5030d9..485c47aed8 100644 --- a/chrome/content/zotero/bindings/noteeditor.xml +++ b/chrome/content/zotero/bindings/noteeditor.xml @@ -402,7 +402,7 @@ parentText.removeChild(parentText.firstChild); } - if (this._parent && this.getAttribute('notitle') != '1') { + if (this._parentItem && this.getAttribute('notitle') != '1') { this.id('parent-row').hidden = undefined; this.id('parentLabel').value = Zotero.getString('pane.item.parentItem'); parentText.appendChild(document.createTextNode(this._parentItem.getDisplayTitle(true)));