IO-1059 Prevent posting bills to closed jobs.

This commit is contained in:
Patrick Fic
2021-06-07 13:16:31 -07:00
parent 979ba1c142
commit e801a03984
8 changed files with 49 additions and 2 deletions

View File

@@ -186,6 +186,10 @@ export const GET_JOB_LINES_TO_ENTER_BILL = gql`
lbr_amt
op_code_desc
}
jobs_by_pk(id: $id) {
id
status
}
}
`;
// oem_partno: {