Removed unneccessary imports. Added production note to kanban and job detail. IO-459

This commit is contained in:
Patrick Fic
2020-12-16 21:15:27 -08:00
parent a7acaed5d4
commit 42e519bd7e
15 changed files with 71 additions and 21 deletions

View File

@@ -412,6 +412,7 @@ export const GET_JOB_BY_PK = gql`
ownr_zip
ownr_ctry
ownr_ph1
production_vars
ca_gst_registrant
owner {
id
@@ -705,6 +706,7 @@ export const UPDATE_JOB = gql`
status
alt_transport
ro_number
production_vars
}
}
}