IO-1642 Resolve delivery checklist not including dates.

This commit is contained in:
Patrick Fic
2022-01-17 12:35:43 -08:00
parent e2941bfe84
commit 34ae2c56b7
4 changed files with 28 additions and 21 deletions

View File

@@ -262,6 +262,9 @@ export const QUERY_DELIVER_CHECKLIST = gql`
jobs_by_pk(id: $jobId) {
id
ro_number
actual_completion
actual_delivery
}
}
`;