Tweak report code importer.
This commit is contained in:
parent
ba7d85db9f
commit
a0278b92cf
|
@ -929,6 +929,7 @@ class ReportCodeImporter(Importer):
|
||||||
]
|
]
|
||||||
|
|
||||||
def normalize_record(self, data):
|
def normalize_record(self, data):
|
||||||
|
self.int_or_null(data, 'code')
|
||||||
self.string_or_null(data, 'name')
|
self.string_or_null(data, 'name')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue