IO-1419 Added comments to parts orders.

This commit is contained in:
Patrick Fic
2021-10-04 11:59:33 -07:00
parent 0fd06d5e4e
commit 7d9759fda4
11 changed files with 42 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ export const QUERY_BILLS_BY_JOBID = gql`
backordered_on
}
order_number
comments
user_email
}
bills(where: { jobid: { _eq: $jobid } }, order_by: { date: desc }) {

View File

@@ -564,6 +564,7 @@ export const GET_JOB_BY_PK = gql`
parts_order {
id
order_number
comments
order_date
user_email
vendor {