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:36:45 -05:00
parent bdadd363d3
commit adf6f9f2fb

View file

@ -392,7 +392,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;
}
}