Added parts location to job line list view. BOD-208
This commit is contained in:
@@ -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