From adf6f9f2fb238db5226c5f99aabcdc456cf03b5f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 25 Feb 2023 01:36:45 -0500 Subject: [PATCH] Use clearer variable in item box https://groups.google.com/g/zotero-dev/c/TvOfXVxwwkA/m/SdpU1QD7AAAJ --- chrome/content/zotero/bindings/itembox.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index 22c050d6e4..9857b2a1cd 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -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; } }