Tweak report code importer.
This commit is contained in:
parent
ba7d85db9f
commit
a0278b92cf
1 changed files with 1 additions and 0 deletions
|
@ -929,6 +929,7 @@ class ReportCodeImporter(Importer):
|
|||
]
|
||||
|
||||
def normalize_record(self, data):
|
||||
self.int_or_null(data, 'code')
|
||||
self.string_or_null(data, 'name')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue