IO-3582 Add Return From Inv to Parts Return Table

Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
Allan Carr
2026-03-10 20:02:32 -07:00
parent b9b3e2c2aa
commit f1f705903a
2 changed files with 19 additions and 4 deletions

View File

@@ -91,6 +91,10 @@ export const QUERY_PARTS_BILLS_BY_JOBID = gql`
order_number
comments
user_email
bill {
id
invoice_number
}
}
parts_dispatch(where: { jobid: { _eq: $jobid } }) {
id