dash board fix

This commit is contained in:
raman 2025-04-07 09:47:03 +05:30
parent 6e1ce6a1ed
commit 96e99017c8
1 changed files with 2 additions and 1 deletions

View File

@ -48,5 +48,6 @@ class HrEmployee(models.Model):
'work_email',
'private_street',
'attendance_state',
'id'
'id',
'department_id'
])