Tweak report code importer.

This commit is contained in:
Lance Edgar 2015-02-27 17:00:10 -06:00
parent ba7d85db9f
commit a0278b92cf

View file

@ -929,6 +929,7 @@ class ReportCodeImporter(Importer):
]
def normalize_record(self, data):
self.int_or_null(data, 'code')
self.string_or_null(data, 'name')