Attempted upload progress fixes.

This commit is contained in:
Patrick Fic
2022-05-06 08:25:31 -07:00
parent 352d57bb36
commit d7be503a8e
9 changed files with 347 additions and 248 deletions

View File

@@ -183,7 +183,7 @@ export const GET_JOB_BY_PK = gql`
date_exported
status
owner_owing
joblines {
joblines(where: { removed: { _eq: false } }, order_by: { line_no: asc }) {
id
unq_seq
line_ind