Merge branch 'master' into feature/IO-2403-Paginated-Active-Jobs

This commit is contained in:
Dave Richer
2023-11-28 12:55:00 -05:00
32 changed files with 312 additions and 82 deletions

View File

@@ -735,6 +735,7 @@ export const GET_JOB_BY_PK = gql`
date_scheduled
date_invoiced
date_last_contacted
date_lost_sale
date_next_contact
date_towin
date_rentalresp
@@ -1137,6 +1138,7 @@ export const UPDATE_JOB = gql`
actual_in
date_repairstarted
date_void
date_lost_sale
}
}
}