Use clearer variable in item box

https://groups.google.com/g/zotero-dev/c/TvOfXVxwwkA/m/SdpU1QD7AAAJ
This commit is contained in:
Dan Stillman 2023-02-25 01:39:51 -05:00
parent fd85411e26
commit 95f2e40434

View file

@ -550,7 +550,7 @@
&& Zotero.ItemFields.isDate(fieldName)
// TEMP - NSF
&& fieldName != 'dateSent') {
this.addDateRow(fieldNames[i], this.item.getField(fieldName, true), tabindex);
this.addDateRow(fieldName, this.item.getField(fieldName, true), tabindex);
continue;
}
}