IO-1990 Add alt_partno to bill posting screen.

This commit is contained in:
Patrick Fic
2022-07-25 12:37:56 -07:00
parent f89e39759a
commit 0b448e043c
2 changed files with 12 additions and 3 deletions

View File

@@ -197,6 +197,7 @@ export const GET_JOB_LINES_TO_ENTER_BILL = gql`
line_desc
part_type
oem_partno
alt_partno
db_price
act_price
part_qty
@@ -206,6 +207,7 @@ export const GET_JOB_LINES_TO_ENTER_BILL = gql`
lbr_op
lbr_amt
op_code_desc
alt_partno
}
jobs_by_pk(id: $id) {
id