dash board fix
This commit is contained in:
parent
e489072aae
commit
351180260a
|
|
@ -48,5 +48,6 @@ class HrEmployee(models.Model):
|
||||||
'work_email',
|
'work_email',
|
||||||
'private_street',
|
'private_street',
|
||||||
'attendance_state',
|
'attendance_state',
|
||||||
'id'
|
'id',
|
||||||
|
'department_id'
|
||||||
])
|
])
|
||||||
Loading…
Reference in New Issue