IMP: added work_email to admin employee
This commit is contained in:
parent
7230bcb6f8
commit
bc0459ab9b
|
|
@ -29,7 +29,7 @@ class HREmployee(models.Model):
|
|||
admin_employee.write({
|
||||
'name': 'TESTSYSTEM',
|
||||
'job_title': 'Testumgebung',
|
||||
'work_email': False,
|
||||
'work_email': 'office@hobbyhimmel.de',
|
||||
'work_phone': False,
|
||||
'active': True, # Reaktivieren falls archiviert
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user