Cleanup attribute names for CORE Department model
This commit is contained in:
parent
bfb6a4c7ec
commit
2a37bb5a49
2 changed files with 3 additions and 3 deletions
|
@ -112,8 +112,8 @@ class DepartmentImporter(FromCOREPOS, importing.model.DepartmentImporter):
|
|||
|
||||
def normalize_host_object(self, department):
|
||||
return {
|
||||
'number': department.dept_no,
|
||||
'name': department.dept_name,
|
||||
'number': department.number,
|
||||
'name': department.name,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue