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