Added parts location to job line list view. BOD-208

This commit is contained in:
Patrick Fic
2020-07-31 10:25:58 -07:00
parent 23f8243002
commit 4d60ffd597
25 changed files with 933 additions and 1 deletions

View File

@@ -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
}
}
}