aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/crossref_importer.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat/crossref_importer.py')
-rw-r--r--python/fatcat/crossref_importer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat/crossref_importer.py b/python/fatcat/crossref_importer.py
index a7166bc3..ea6b1a2c 100644
--- a/python/fatcat/crossref_importer.py
+++ b/python/fatcat/crossref_importer.py
@@ -106,6 +106,7 @@ class FatcatCrossrefImporter(FatcatImporter):
ce.editgroup_id = editgroup_id
container = self.api.create_container(ce)
re.container_id = container.ident
+ self._issnl_id_map[ce.issnl] = container.ident
created = self.api.create_work(we)
re.work_id = created.ident
self.api.create_release(re)