Expose full-time flag and start date for employee view
This commit is contained in:
parent
1dda8a961a
commit
3111aad7cd
|
@ -144,6 +144,8 @@ class EmployeesView(MasterView):
|
|||
fs.phone,
|
||||
fs.email,
|
||||
fs.status,
|
||||
fs.full_time,
|
||||
fs.full_time_start,
|
||||
fs.id,
|
||||
fs.stores,
|
||||
fs.departments,
|
||||
|
|
Loading…
Reference in a new issue