Add shop config section.
This commit is contained in:
@@ -117,6 +117,7 @@ export const QUERY_BODYSHOP = gql`
|
||||
md_parts_scan
|
||||
enforce_conversion_category
|
||||
tt_enforce_hours_for_tech_console
|
||||
md_tasks_presets
|
||||
employees {
|
||||
user_email
|
||||
id
|
||||
@@ -232,6 +233,7 @@ export const UPDATE_SHOP = gql`
|
||||
md_parts_scan
|
||||
enforce_conversion_category
|
||||
tt_enforce_hours_for_tech_console
|
||||
md_tasks_presets
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
|
||||
@@ -67,7 +67,7 @@ export const GET_LINE_TICKET_BY_PK = gql`
|
||||
clockoff
|
||||
rate
|
||||
committed_at
|
||||
committed_by
|
||||
commited_by
|
||||
employee {
|
||||
id
|
||||
first_name
|
||||
|
||||
@@ -84,7 +84,7 @@ export const QUERY_TIME_TICKETS_IN_RANGE_SB = gql`
|
||||
memo
|
||||
jobid
|
||||
committed_at
|
||||
committed_by
|
||||
commited_by
|
||||
flat_rate
|
||||
job {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user