This commit is contained in:
parent
8fcbf7093d
commit
3674ed5684
|
@ -1193,7 +1193,7 @@ Zotero.Translate.prototype._itemDone = function(item, attachedTo) {
|
|||
}
|
||||
|
||||
// create short title
|
||||
if(item.shortTitle === undefined) {
|
||||
if(item.shortTitle === undefined && Zotero.ItemFields.isValidForType("shortTitle", typeID)) {
|
||||
// get field id
|
||||
var fieldID = Zotero.ItemFields.getFieldIDFromTypeAndBase(typeID, "title");
|
||||
// get title
|
||||
|
|
Loading…
Reference in New Issue
Block a user