IO-1103 Include removed lines for bill line select.

This commit is contained in:
Patrick Fic
2021-09-21 15:56:07 -07:00
parent 4cc1f77b14
commit c64c49ab6e
2 changed files with 8 additions and 2 deletions

View File

@@ -160,7 +160,8 @@ export const UPDATE_JOB_LINE = gql`
export const GET_JOB_LINES_TO_ENTER_BILL = gql`
query GET_JOB_LINES_TO_ENTER_BILL($id: uuid!) {
joblines(where: { jobid: { _eq: $id }, removed: { _eq: false } }) {
joblines(where: { jobid: { _eq: $id } }) {
removed
id
line_desc
part_type