IO-1122 Add permission to text to intake checklist.

This commit is contained in:
Patrick Fic
2021-08-04 09:10:23 -07:00
parent ed45347c23
commit 5ecd5a5a5c
6 changed files with 57 additions and 0 deletions

View File

@@ -208,6 +208,10 @@ export const QUERY_INTAKE_CHECKLIST = gql`
scheduled_delivery
intakechecklist
status
owner {
allow_text_message
id
}
labhrs: joblines_aggregate(
where: {
_and: [{ mod_lbr_ty: { _neq: "LAR" } }, { removed: { _eq: false } }]