IO-842 Add Time Ticekts to Clock Out button
This commit is contained in:
@@ -10,6 +10,7 @@ export const QUERY_TICKETS_BY_JOBID = gql`
|
||||
productivehrs
|
||||
id
|
||||
memo
|
||||
jobid
|
||||
employee {
|
||||
employee_number
|
||||
first_name
|
||||
@@ -116,9 +117,9 @@ export const QUERY_ACTIVE_TIME_TICKETS = gql`
|
||||
clockon
|
||||
memo
|
||||
cost_center
|
||||
jobid
|
||||
job {
|
||||
id
|
||||
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
ownr_co_nm
|
||||
@@ -146,9 +147,9 @@ export const QUERY_ACTIVE_SHIFT_TIME_TICKETS = gql`
|
||||
id
|
||||
clockon
|
||||
memo
|
||||
jobid
|
||||
job {
|
||||
id
|
||||
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
ownr_co_nm
|
||||
|
||||
Reference in New Issue
Block a user