feature/IO-3499-React-19 Checkpoint

This commit is contained in:
Dave
2026-01-21 14:05:03 -05:00
parent 803a811039
commit d06b20b1a8
10 changed files with 26 additions and 7 deletions

View File

@@ -84,10 +84,10 @@ export const QUERY_ALL_CC = gql`
scheduledreturn
job {
id
ro_number
ownr_fn
ownr_ln
ownr_co_nm
ro_number
}
}
}
@@ -139,10 +139,10 @@ export const QUERY_CC_BY_PK = gql`
status
job {
id
ownr_ln
ownr_fn
ownr_co_nm
ro_number
ownr_fn
ownr_ln
ownr_co_nm
}
}
}