From 234cb1da2ccfc84ff3081960464ac892cedb8b6e Mon Sep 17 00:00:00 2001 From: Julian Onions Date: Fri, 7 Dec 2007 19:08:30 +0000 Subject: [PATCH] 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. --- chrome/content/zotero/xpcom/cite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 29f2d920e..4b0b2a9d1 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -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",