Resolved issue with tech time clock. [ci skip]

This commit is contained in:
Patrick Fic
2021-05-14 13:02:20 -07:00
parent 1b1e267d70
commit 1df8479816
4 changed files with 25814 additions and 2823 deletions

24409
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -66,7 +66,7 @@ export function JobsDetailLaborContainer({
timetickets={timetickets}
refetch={refetch}
techConsole={techConsole}
disabled={jobRO || !job.converted}
disabled={jobRO || (job && !job.converted)}
jobId={jobId}
/>
</Col>

View File

@@ -45,6 +45,7 @@ export const GET_LINE_TICKET_BY_PK = gql`
jobs_by_pk(id: $id) {
id
lbr_adjustments
converted
}
joblines(where: { jobid: { _eq: $id }, removed: { _eq: false } }) {
id

File diff suppressed because it is too large Load Diff