import historical note into the description field

This commit is contained in:
Frédéric Péters 2013-01-24 13:06:57 +01:00
parent 6e2223cbcf
commit 875f2db29c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class ImportJson(BrowserView):
except KeyError:
self.intids.register(object)
object.title = term.get('title')
object.note = term.get('note')
object.description = term.get('note')
object.equivs = term.get('equivalents')
term_intids[term_id] = self.intids.getId(object)