Added parts location to job line list view. BOD-208
This commit is contained in:
@@ -48,6 +48,7 @@ export const QUERY_BODYSHOP = gql`
|
||||
md_messaging_presets
|
||||
intakechecklist
|
||||
speedprint
|
||||
md_parts_locations
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
@@ -104,6 +105,7 @@ export const UPDATE_SHOP = gql`
|
||||
md_messaging_presets
|
||||
intakechecklist
|
||||
speedprint
|
||||
md_parts_locations
|
||||
employees {
|
||||
id
|
||||
first_name
|
||||
|
||||
@@ -21,6 +21,7 @@ export const GET_JOB_LINES_BY_PK = gql`
|
||||
op_code_desc
|
||||
status
|
||||
notes
|
||||
location
|
||||
parts_order_lines {
|
||||
id
|
||||
parts_order {
|
||||
@@ -103,6 +104,8 @@ export const UPDATE_JOB_LINE = gql`
|
||||
act_price
|
||||
line_desc
|
||||
oem_partno
|
||||
notes
|
||||
location
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user