closes #859 - Mappings required for legal cases
Previous fix was in SQL, this is in JS - the trunk will get the SQL fix and then this temporary fix can be removed.
This commit is contained in:
parent
14139a1003
commit
234cb1da2c
|
@ -1790,7 +1790,7 @@ Zotero.CSL.Item.prototype.getDate = function(variable) {
|
|||
Zotero.CSL.Item._zoteroFieldMap = {
|
||||
"long":{
|
||||
"title":"title",
|
||||
"container-title":"publicationTitle",
|
||||
"container-title":["publicationTitle", "reporter", "code"], /* reporter and code should move to SQL mapping tables */
|
||||
"collection-title":["seriesTitle", "series"],
|
||||
"publisher":["publisher", "distributor"],
|
||||
"publisher-place":"place",
|
||||
|
|
Loading…
Reference in New Issue
Block a user