Remove unnecessary line

This commit is contained in:
Dan Stillman 2009-12-22 08:24:38 +00:00
parent 4ff0a51694
commit a39a5ca892

View file

@ -959,7 +959,6 @@
// when title will be transferred
if (this.item.itemTypeID == bookTypeID && itemTypeID == bookSectionTypeID) {
var titleFieldID = Zotero.ItemFields.getID('title');
var bookTitleFieldID = Zotero.ItemFields.getID('bookTitle');
var shortTitleFieldID = Zotero.ItemFields.getID('shortTitle');
if (this.item.getField(titleFieldID) && this.item.getField(shortTitleFieldID)) {
if (!fieldsToDelete) {