Use clearer variable in item box
https://groups.google.com/g/zotero-dev/c/TvOfXVxwwkA/m/SdpU1QD7AAAJ
This commit is contained in:
parent
bdadd363d3
commit
adf6f9f2fb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue