Added joblines to repair data. Field migrations to conform to cieca standards for joblines
This commit is contained in:
@@ -159,6 +159,23 @@ export const GET_JOB_BY_PK = gql`
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
}
|
||||
|
||||
joblines{
|
||||
id
|
||||
unq_seq
|
||||
line_ind
|
||||
line_desc
|
||||
part_type
|
||||
oem_partno
|
||||
db_price
|
||||
act_price
|
||||
part_qty
|
||||
mod_lbr_ty
|
||||
db_hrs
|
||||
mod_lb_hrs
|
||||
lbr_op
|
||||
lbr_amt
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user