Added jobline notes BOD-204
This commit is contained in:
@@ -20,6 +20,7 @@ export const GET_JOB_LINES_BY_PK = gql`
|
||||
lbr_amt
|
||||
op_code_desc
|
||||
status
|
||||
notes
|
||||
parts_order_lines {
|
||||
id
|
||||
parts_order {
|
||||
@@ -95,6 +96,13 @@ export const UPDATE_JOB_LINE = gql`
|
||||
update_joblines(where: { id: { _eq: $lineId } }, _set: $line) {
|
||||
returning {
|
||||
id
|
||||
notes
|
||||
mod_lbr_ty
|
||||
part_qty
|
||||
db_price
|
||||
act_price
|
||||
line_desc
|
||||
oem_partno
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user