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:
Julian Onions 2007-12-07 19:08:30 +00:00
parent 14139a1003
commit 234cb1da2c

View File

@ -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",