Fix for Zotero.ItemFields.getLocalizedString() with field "itemType"

This commit is contained in:
Dan Stillman 2007-07-26 20:43:41 +00:00
parent ce85104f97
commit 7a168bd228

View File

@ -4266,6 +4266,7 @@ Zotero.ItemFields = new function(){
switch (field) {
case 'dateAdded':
case 'dateModified':
case 'itemType':
fieldName = field;
}